Package org.bouncycastle.operator
Interface ExtendedContentSigner
- All Superinterfaces:
ContentSigner
- All Known Implementing Classes:
BufferingContentSigner
A Content Signer which also provides details of the digest algorithm used internally.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
Return the algorithm identifier describing the digest algorithm used by this signature algorithm and parameters this signer generates.Methods inherited from interface org.bouncycastle.operator.ContentSigner
getAlgorithmIdentifier, getOutputStream, getSignature
-
Method Details
-
getDigestAlgorithmIdentifier
org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()Return the algorithm identifier describing the digest algorithm used by this signature algorithm and parameters this signer generates.- Returns:
- algorithm oid and parameters, null if unknown.
-