public abstract class AbstractSignatureDSA extends AbstractSignature
Signature
algorithm, signature
Modifier | Constructor and Description |
---|---|
protected |
AbstractSignatureDSA(String algorithm) |
Modifier and Type | Method and Description |
---|---|
byte[] |
sign()
Compute the signature
|
boolean |
verify(byte[] sig)
Verify against the given signature
|
extractSig, init, update
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.