public interface BaseSigner
| Modifier and Type | Method and Description |
|---|---|
java.security.spec.AlgorithmParameterSpec |
getAlgorithmParameterSpec()
Returns the parameter specification used if the signature algorithm requires parameters.
|
java.lang.String |
getSignatureAlgorithmStr()
Returns the name of signature algorithm.
|
byte[] |
sign(byte[] aData)
Returns the signature bytes computed from the given data.
|
byte[] sign(byte[] aData)
throws ESYAException
aData - Data to be signedESYAExceptionjava.lang.String getSignatureAlgorithmStr()
Algorithms class.java.security.spec.AlgorithmParameterSpec getAlgorithmParameterSpec()
Copyright © 2025. All rights reserved.