public interface IExternalSignature
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptionAlgorithm()
Returns the encryption algorithm used for signing.
|
String |
getHashAlgorithm()
Returns the hash algorithm.
|
byte[] |
sign(byte[] message)
Signs the given message using the encryption algorithm in combination
with the hash algorithm.
|
String getHashAlgorithm()
String getEncryptionAlgorithm()
byte[] sign(byte[] message)
throws GeneralSecurityException
message - The message you want to be hashed and signed.GeneralSecurityException - when requested cryptographic algorithm or security provider
is not availableCopyright © 1998–2024 Apryse Group NV. All rights reserved.