public class EncryptedData extends ASN1Object
Constructor and Description |
---|
EncryptedData(EncryptedContentInfo encInfo) |
EncryptedData(EncryptedContentInfo encInfo,
ASN1Set unprotectedAttrs) |
Modifier and Type | Method and Description |
---|---|
EncryptedContentInfo |
getEncryptedContentInfo() |
static EncryptedData |
getInstance(java.lang.Object o) |
ASN1Set |
getUnprotectedAttrs() |
ASN1Integer |
getVersion() |
ASN1Primitive |
toASN1Primitive()
EncryptedData ::= SEQUENCE {
version CMSVersion,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public EncryptedData(EncryptedContentInfo encInfo)
public EncryptedData(EncryptedContentInfo encInfo, ASN1Set unprotectedAttrs)
public static EncryptedData getInstance(java.lang.Object o)
public ASN1Integer getVersion()
public EncryptedContentInfo getEncryptedContentInfo()
public ASN1Set getUnprotectedAttrs()
public ASN1Primitive toASN1Primitive()
EncryptedData ::= SEQUENCE { version CMSVersion, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object