public class NoSignatureContentSigner extends java.lang.Object implements ContentSigner
| Constructor and Description |
|---|
NoSignatureContentSigner() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the signature
algorithm and parameters this signer generates.
|
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().
|
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
ContentSignergetAlgorithmIdentifier in interface ContentSignerpublic java.io.OutputStream getOutputStream()
ContentSignergetOutputStream in interface ContentSignerpublic byte[] getSignature()
ContentSignergetSignature in interface ContentSigner