com.mindbright.security.pkcs8
Class EncryptedPrivateKeyInfo

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Sequence
              extended bycom.mindbright.security.pkcs8.EncryptedPrivateKeyInfo

public class EncryptedPrivateKeyInfo
extends ASN1Sequence


Field Summary
 ASN1OctetString encryptedData
           
 AlgorithmIdentifier encryptionAlgorithm
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
EncryptedPrivateKeyInfo()
           
 
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

encryptionAlgorithm

public AlgorithmIdentifier encryptionAlgorithm

encryptedData

public ASN1OctetString encryptedData
Constructor Detail

EncryptedPrivateKeyInfo

public EncryptedPrivateKeyInfo()