public interface XmlSignatureAlgorithm
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmName() |
void |
initSign(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams aParameters) |
void |
initVerify(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams aParameters) |
byte[] |
sign() |
void |
update(byte[] aData) |
boolean |
verify(byte[] aSignatureValue) |
java.lang.String getAlgorithmName()
void initSign(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams aParameters)
throws XMLSignatureException
XMLSignatureExceptionvoid initVerify(java.security.Key aKey,
tr.gov.tubitak.uekae.esya.api.crypto.params.AlgorithmParams aParameters)
throws XMLSignatureException
XMLSignatureExceptionvoid update(byte[] aData)
throws XMLSignatureException
XMLSignatureExceptionbyte[] sign()
throws XMLSignatureException
XMLSignatureExceptionboolean verify(byte[] aSignatureValue)
throws XMLSignatureException
XMLSignatureExceptionCopyright © 2025. All rights reserved.