Package org.bouncycastle.asn1.cms
Class EnvelopedDataParser
java.lang.Object
org.bouncycastle.asn1.cms.EnvelopedDataParser
Parser of RFC 5652
EnvelopedData object.
EnvelopedData ::= SEQUENCE {
version CMSVersion,
originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
recipientInfos RecipientInfos,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL
}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1SetParserorg.bouncycastle.asn1.ASN1SetParserorg.bouncycastle.asn1.ASN1Integer
-
Constructor Details
-
EnvelopedDataParser
- Throws:
IOException
-
-
Method Details
-
getVersion
public org.bouncycastle.asn1.ASN1Integer getVersion() -
getOriginatorInfo
- Throws:
IOException
-
getRecipientInfos
- Throws:
IOException
-
getEncryptedContentInfo
- Throws:
IOException
-
getUnprotectedAttrs
- Throws:
IOException
-