com.mindbright.security.pkcs12
Class MacData

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Sequence
              extended bycom.mindbright.security.pkcs12.MacData

public final class MacData
extends ASN1Sequence


Field Summary
 ASN1Integer iterations
           
 DigestInfo mac
           
 ASN1OctetString macSalt
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
MacData()
           
 
Method Summary
 int getIterations()
           
 
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

mac

public DigestInfo mac

macSalt

public ASN1OctetString macSalt

iterations

public ASN1Integer iterations
Constructor Detail

MacData

public MacData()
Method Detail

getIterations

public int getIterations()