public class SignatureDSA extends AbstractSignature
Signature
Modifier and Type | Class and Description |
---|---|
static class |
SignatureDSA.Factory
A named factory for DSA signature
|
algorithm, signature
Constructor and Description |
---|
SignatureDSA() |
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-2012 Apache Software Foundation. All Rights Reserved.