public class EnvelopedDataParser extends Object
EnvelopedData ::= SEQUENCE {
version CMSVersion,
originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
recipientInfos RecipientInfos,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL
}
| Constructor and Description |
|---|
EnvelopedDataParser(ASN1SequenceParser seq) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedContentInfoParser |
getEncryptedContentInfo() |
OriginatorInfo |
getOriginatorInfo() |
ASN1SetParser |
getRecipientInfos() |
ASN1SetParser |
getUnprotectedAttrs() |
DERInteger |
getVersion() |
public EnvelopedDataParser(ASN1SequenceParser seq) throws IOException
IOExceptionpublic DERInteger getVersion()
public OriginatorInfo getOriginatorInfo() throws IOException
IOExceptionpublic ASN1SetParser getRecipientInfos() throws IOException
IOExceptionpublic EncryptedContentInfoParser getEncryptedContentInfo() throws IOException
IOExceptionpublic ASN1SetParser getUnprotectedAttrs() throws IOException
IOExceptionCopyright © 2015. All rights reserved.