interface TlsSigner
Modifier and Type | Method and Description |
---|---|
byte[] |
calculateRawSignature(java.security.SecureRandom random,
AsymmetricKeyParameter privateKey,
byte[] md5andsha1) |
Signer |
createVerifyer(AsymmetricKeyParameter publicKey) |
boolean |
isValidPublicKey(AsymmetricKeyParameter publicKey) |
byte[] calculateRawSignature(java.security.SecureRandom random, AsymmetricKeyParameter privateKey, byte[] md5andsha1) throws CryptoException
CryptoException
Signer createVerifyer(AsymmetricKeyParameter publicKey)
boolean isValidPublicKey(AsymmetricKeyParameter publicKey)