public class EncryptedContentInfoParser extends Object
EncryptedContentInfo ::= SEQUENCE { contentType ContentType, contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier, encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL }
Constructor and Description |
---|
EncryptedContentInfoParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getContentEncryptionAlgorithm() |
DERObjectIdentifier |
getContentType() |
DEREncodable |
getEncryptedContent(int tag) |
public EncryptedContentInfoParser(ASN1SequenceParser seq) throws IOException
IOException
public DERObjectIdentifier getContentType()
public AlgorithmIdentifier getContentEncryptionAlgorithm()
public DEREncodable getEncryptedContent(int tag) throws IOException
IOException
Copyright © 2015. All rights reserved.