|
Bouncy Castle Cryptography 1.49 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.CMSDigestedData
public class CMSDigestedData
containing class for an CMS Digested Data object
CMSDigestedData cd = new CMSDigestedData(inputStream);
process(cd.getContent());
| Constructor Summary | |
|---|---|
CMSDigestedData(byte[] compressedData)
|
|
CMSDigestedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
|
|
CMSDigestedData(java.io.InputStream compressedData)
|
|
| Method Summary | |
|---|---|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType()
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getDigestAlgorithm()
|
CMSProcessable |
getDigestedContent()
Return the digested content |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object. |
org.bouncycastle.asn1.cms.ContentInfo |
toASN1Structure()
return the ContentInfo |
boolean |
verify(org.bouncycastle.operator.DigestCalculatorProvider calculatorProvider)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSDigestedData(byte[] compressedData)
throws CMSException
CMSException
public CMSDigestedData(java.io.InputStream compressedData)
throws CMSException
CMSException
public CMSDigestedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
throws CMSException
CMSException| Method Detail |
|---|
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithm()
public CMSProcessable getDigestedContent()
throws CMSException
CMSException - if there is an exception un-compressing the data.public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
public byte[] getEncoded()
throws java.io.IOException
java.io.IOException
public boolean verify(org.bouncycastle.operator.DigestCalculatorProvider calculatorProvider)
throws CMSException
CMSException
|
Bouncy Castle Cryptography 1.49 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||