com.mindbright.security.pkcs7
Class EncryptedContentInfo

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Sequence
              extended by com.mindbright.security.pkcs7.EncryptedContentInfo

public final class EncryptedContentInfo
extends ASN1Sequence


Field Summary
 AlgorithmIdentifier contentEncryptionAlgorithm
           
 ASN1OID contentType
           
 ASN1OctetString encryptedContent
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
EncryptedContentInfo()
           
 
Method Summary
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentType

public ASN1OID contentType

contentEncryptionAlgorithm

public AlgorithmIdentifier contentEncryptionAlgorithm

encryptedContent

public ASN1OctetString encryptedContent
Constructor Detail

EncryptedContentInfo

public EncryptedContentInfo()