Uses of Class
org.bouncycastle.asn1.cms.ContentInfo
| Package | Description |
|---|---|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.cms |
-
Uses of ContentInfo in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ContentInfo Modifier and Type Method Description ContentInfoSignedData. getEncapContentInfo()static ContentInfoContentInfo. getInstance(Object obj)static ContentInfoContentInfo. getInstance(ASN1TaggedObject obj, boolean explicit)Constructors in org.bouncycastle.asn1.cms with parameters of type ContentInfo Constructor Description SignedData(ASN1Set digestAlgorithms, ContentInfo contentInfo, ASN1Set certificates, ASN1Set crls, ASN1Set signerInfos) -
Uses of ContentInfo in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return ContentInfo Modifier and Type Method Description ContentInfoCMSSignedData. getContentInfo()Deprecated.use toASN1Structure()ContentInfoCMSSignedData. toASN1Structure()return the ContentInfoConstructors in org.bouncycastle.cms with parameters of type ContentInfo Constructor Description CMSSignedData(Map hashes, ContentInfo sigData)CMSSignedData(ContentInfo sigData)CMSSignedData(CMSProcessable signedContent, ContentInfo sigData)