public class JcaTlsDSSSigner extends java.lang.Object implements TlsSigner
| Constructor and Description |
|---|
JcaTlsDSSSigner(JcaTlsCrypto crypto,
java.security.PrivateKey privateKey,
short algorithmType,
java.lang.String algorithmName) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generateRawSignature(SignatureAndHashAlgorithm algorithm,
byte[] hash)
Generate an encoded signature based on the passed in hash,
|
TlsStreamSigner |
getStreamSigner(SignatureAndHashAlgorithm algorithm) |
public JcaTlsDSSSigner(JcaTlsCrypto crypto, java.security.PrivateKey privateKey, short algorithmType, java.lang.String algorithmName)
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)
getStreamSigner in interface TlsSigner