public class EncryptedContentInfoParser
extends java.lang.Object
EncryptedContentInfo ::= SEQUENCE { contentType ContentType, contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier, encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private AlgorithmIdentifier |
_contentEncryptionAlgorithm |
private DERObjectIdentifier |
_contentType |
private ASN1TaggedObjectParser |
_encryptedContent |
Constructor and Description |
---|
EncryptedContentInfoParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getContentEncryptionAlgorithm() |
DERObjectIdentifier |
getContentType() |
DEREncodable |
getEncryptedContent(int tag) |
private DERObjectIdentifier _contentType
private AlgorithmIdentifier _contentEncryptionAlgorithm
private ASN1TaggedObjectParser _encryptedContent
public EncryptedContentInfoParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOException
public DERObjectIdentifier getContentType()
public AlgorithmIdentifier getContentEncryptionAlgorithm()
public DEREncodable getEncryptedContent(int tag) throws java.io.IOException
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.