com.mindbright.security.pkcs12
Class PFX

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.pkcs12.PFX

public final class PFX
extends ASN1Sequence


Field Summary
 ContentInfo authSafe
           
 MacData macData
           
 ASN1Integer version
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
PFX()
           
 
Method Summary
 ASN1OctetString getDataContent()
           
 
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

version

public ASN1Integer version

authSafe

public ContentInfo authSafe

macData

public MacData macData
Constructor Detail

PFX

public PFX()
Method Detail

getDataContent

public ASN1OctetString getDataContent()