| Modifier and Type | Field and Description |
|---|---|
protected SignatureAlgorithm |
alg |
protected Key |
key |
| Constructor and Description |
|---|
RsaSigner(SignatureAlgorithm alg,
Key key) |
| Modifier and Type | Method and Description |
|---|---|
protected Signature |
createSignatureInstance() |
protected byte[] |
doSign(byte[] data) |
protected Signature |
newSignatureInstance() |
protected void |
setParameter(Signature sig,
PSSParameterSpec spec) |
byte[] |
sign(byte[] data) |
protected final SignatureAlgorithm alg
protected final Key key
public RsaSigner(SignatureAlgorithm alg, Key key)
protected byte[] doSign(byte[] data)
throws InvalidKeyException,
SignatureException
protected Signature createSignatureInstance()
protected Signature newSignatureInstance()
protected void setParameter(Signature sig, PSSParameterSpec spec)
Copyright © 2014. All rights reserved.