Package org.bouncycastle.asn1.cms
Class EncryptedData
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.EncryptedData
- All Implemented Interfaces:
ASN1Encodable
,Encodable
RFC 5652 EncryptedData object.
EncryptedData ::= SEQUENCE { version CMSVersion, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptedData
(EncryptedContentInfo encInfo) EncryptedData
(EncryptedContentInfo encInfo, ASN1Set unprotectedAttrs) -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptedData
Return an EncryptedData object from the given object.Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
EncryptedData
-
EncryptedData
-
-
Method Details
-
getInstance
Return an EncryptedData object from the given object.Accepted inputs:
- null → null
-
EncryptedData
object -
ASN1Sequence
input formats
- Parameters:
o
- the object we want converted.- Throws:
IllegalArgumentException
- if the object cannot be converted.
-
getVersion
-
getEncryptedContentInfo
-
getUnprotectedAttrs
-
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a basic ASN.1 object representation.
-