|
Bouncy Castle Cryptography 1.69 | ||||||||
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(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider)
|
CMSTypedStream |
getContentStream(org.bouncycastle.operator.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(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider) throws CMSException
public CMSTypedStream getContentStream(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider) throws CMSException
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
|
Bouncy Castle Cryptography 1.69 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |