public class SignatureRSA extends AbstractSignature
Signature
Modifier and Type | Class and Description |
---|---|
static class |
SignatureRSA.Factory
A named factory for RSA
Signature |
algorithm, signature
Constructor and Description |
---|
SignatureRSA() |
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–2013 The Apache Software Foundation. All rights reserved.