| Constructor and Description |
|---|
JcaTlsRSASigner(JcaTlsCrypto crypto,
java.security.PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generateRawSignature(SignatureAndHashAlgorithm algorithm,
byte[] hash)
Generate an encoded signature based on the passed in hash,
|
protected java.security.Signature |
getRawSigner() |
TlsStreamSigner |
getStreamSigner(SignatureAndHashAlgorithm algorithm) |
protected boolean |
isSunMSCAPIRawSigner() |
public JcaTlsRSASigner(JcaTlsCrypto crypto, java.security.PrivateKey privateKey)
public byte[] generateRawSignature(SignatureAndHashAlgorithm algorithm, byte[] hash) throws java.io.IOException
TlsSignergenerateRawSignature in interface TlsSigneralgorithm - the signature algorithm to use.hash - the hash calculated for the signature.java.io.IOException - in case of an exception processing the hash.public TlsStreamSigner getStreamSigner(SignatureAndHashAlgorithm algorithm) throws java.io.IOException
getStreamSigner in interface TlsSignerjava.io.IOExceptionprotected java.security.Signature getRawSigner()
throws java.security.GeneralSecurityException
java.security.GeneralSecurityExceptionprotected boolean isSunMSCAPIRawSigner()
throws java.io.IOException
java.io.IOException