public interface ISignable
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getAsInputStream()
Returns content as input stream.
|
byte[] |
getContentData()
Returns content data to add content to the signature.
|
byte[] |
getMessageDigest(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aDigestAlg)
Returns digest of content to sign.
|
byte[] getContentData()
byte[] getMessageDigest(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg aDigestAlg)
throws tr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoException,
java.io.IOException
aDigestAlg - algorithm for digest operationtr.gov.tubitak.uekae.esya.api.crypto.exceptions.CryptoExceptionjava.io.IOExceptionjava.io.InputStream getAsInputStream()
throws java.io.IOException
java.io.IOExceptionCopyright © 2025. All rights reserved.