|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.operator.NoSignatureContentSigner
ContentSigner for "Unsigned X.509 Certificates"
| Constructor Summary | |
NoSignatureContentSigner()
|
|
| Method Summary | |
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(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NoSignatureContentSigner()
| Method Detail |
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
ContentSigner
getAlgorithmIdentifier in interface ContentSignerpublic java.io.OutputStream getOutputStream()
ContentSigner
getOutputStream in interface ContentSignerpublic byte[] getSignature()
ContentSigner
getSignature in interface ContentSigner
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||