kz.gamma.asn1.cms
Class EncryptedData

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.cms.EncryptedData
All Implemented Interfaces:
DEREncodable

public class EncryptedData
extends ASN1Encodable


Field Summary
private  EncryptedContentInfo encryptedContentInfo
           
private  ASN1Set unprotectedAttrs
           
private  DERInteger version
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private EncryptedData(ASN1Sequence seq)
           
  EncryptedData(EncryptedContentInfo encInfo)
           
  EncryptedData(EncryptedContentInfo encInfo, ASN1Set unprotectedAttrs)
           
 
Method Summary
 EncryptedContentInfo getEncryptedContentInfo()
           
static EncryptedData getInstance(java.lang.Object o)
           
 ASN1Set getUnprotectedAttrs()
           
 DERInteger getVersion()
           
 DERObject toASN1Object()
           EncryptedData ::= SEQUENCE { version CMSVersion, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
 
Methods inherited from class kz.gamma.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

private DERInteger version

encryptedContentInfo

private EncryptedContentInfo encryptedContentInfo

unprotectedAttrs

private ASN1Set unprotectedAttrs
Constructor Detail

EncryptedData

public EncryptedData(EncryptedContentInfo encInfo)

EncryptedData

public EncryptedData(EncryptedContentInfo encInfo,
                     ASN1Set unprotectedAttrs)

EncryptedData

private EncryptedData(ASN1Sequence seq)
Method Detail

getInstance

public static EncryptedData getInstance(java.lang.Object o)

getVersion

public DERInteger getVersion()

getEncryptedContentInfo

public EncryptedContentInfo getEncryptedContentInfo()

getUnprotectedAttrs

public ASN1Set getUnprotectedAttrs()

toASN1Object

public DERObject toASN1Object()
       EncryptedData ::= SEQUENCE {
                     version CMSVersion,
                     encryptedContentInfo EncryptedContentInfo,
                     unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
 

Specified by:
toASN1Object in class ASN1Encodable
Returns:
a basic ASN.1 object representation.


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.