|
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.CMSEncryptedData
Constructor Summary | |
CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
|
Method Summary | |
byte[] |
getContent(InputDecryptorProvider inputDecryptorProvider)
|
CMSTypedStream |
getContentStream(InputDecryptorProvider inputDecryptorProvider)
|
org.bouncycastle.asn1.cms.ContentInfo |
toASN1Structure()
return the ContentInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
Method Detail |
public byte[] getContent(InputDecryptorProvider inputDecryptorProvider) throws CMSException
public CMSTypedStream getContentStream(InputDecryptorProvider inputDecryptorProvider) throws CMSException
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |