|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cms.PKCS7ProcessableObject
Constructor Summary | |
PKCS7ProcessableObject(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
org.bouncycastle.asn1.ASN1Encodable structure)
|
Method Summary | |
java.lang.Object |
getContent()
|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType()
|
void |
write(java.io.OutputStream cOut)
generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PKCS7ProcessableObject(org.bouncycastle.asn1.ASN1ObjectIdentifier type, org.bouncycastle.asn1.ASN1Encodable structure)
Method Detail |
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
getContentType
in interface CMSTypedData
public void write(java.io.OutputStream cOut) throws java.io.IOException, CMSException
CMSProcessable
Note: this routine may be called multiple times.
write
in interface CMSProcessable
public java.lang.Object getContent()
getContent
in interface CMSProcessable
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |