public interface ITSContentSigner
Modifier and Type | Method and Description |
---|---|
ITSCertificate |
getAssociatedCertificate() |
byte[] |
getAssociatedCertificateDigest() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getCurveID() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getDigestAlgorithm() |
java.io.OutputStream |
getOutputStream()
Returns a stream that will accept data for the purpose of calculating
a signature.
|
byte[] |
getSignature()
Returns a signature based on the current data written to the stream, since the
start or the last call to getSignature().
|
boolean |
isForSelfSigning()
Return true if this ContentSigner is for self signing.
|
java.io.OutputStream getOutputStream()
byte[] getSignature()
ITSCertificate getAssociatedCertificate()
byte[] getAssociatedCertificateDigest()
org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithm()
org.bouncycastle.asn1.ASN1ObjectIdentifier getCurveID()
boolean isForSelfSigning()