Uses of Class
org.bouncycastle.asn1.cms.EncryptedContentInfo
-
Packages that use EncryptedContentInfo Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
Uses of EncryptedContentInfo in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return EncryptedContentInfo Modifier and Type Method Description EncryptedContentInfo
AuthEnvelopedData. getAuthEncryptedContentInfo()
EncryptedContentInfo
EncryptedData. getEncryptedContentInfo()
EncryptedContentInfo
EnvelopedData. getEncryptedContentInfo()
static EncryptedContentInfo
EncryptedContentInfo. getInstance(Object obj)
Return an EncryptedContentInfo object from the given object.Constructors in org.bouncycastle.asn1.cms with parameters of type EncryptedContentInfo Constructor Description AuthEnvelopedData(OriginatorInfo originatorInfo, org.bouncycastle.asn1.ASN1Set recipientInfos, EncryptedContentInfo authEncryptedContentInfo, org.bouncycastle.asn1.ASN1Set authAttrs, org.bouncycastle.asn1.ASN1OctetString mac, org.bouncycastle.asn1.ASN1Set unauthAttrs)
EncryptedData(EncryptedContentInfo encInfo)
EncryptedData(EncryptedContentInfo encInfo, org.bouncycastle.asn1.ASN1Set unprotectedAttrs)
EnvelopedData(OriginatorInfo originatorInfo, org.bouncycastle.asn1.ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, org.bouncycastle.asn1.ASN1Set unprotectedAttrs)
EnvelopedData(OriginatorInfo originatorInfo, org.bouncycastle.asn1.ASN1Set recipientInfos, EncryptedContentInfo encryptedContentInfo, Attributes unprotectedAttrs)
-