com.entrust.toolkit.asn1.structures
Class PasswordBasedMacParameterSpec

java.lang.Object
  |
  +--com.entrust.toolkit.asn1.structures.PasswordBasedMacParameterSpec

public class PasswordBasedMacParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec

POPOSigningKeyCMP


Constructor Summary
PasswordBasedMacParameterSpec()
          This constructor
 
Method Summary
 INTEGER getIterationCount()
           
 AlgorithmIdentifier getMac()
           
 AlgorithmIdentifier getOwf()
           
 OCTET_STRING getSalt()
           
 void setIterationCount(INTEGER iterationCount)
           
 void setMac(AlgorithmIdentifier oid)
           
 void setOwf(AlgorithmIdentifier oid)
           
 void setSalt(OCTET_STRING salt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordBasedMacParameterSpec

public PasswordBasedMacParameterSpec()
This constructor
Method Detail

setIterationCount

public void setIterationCount(INTEGER iterationCount)

getIterationCount

public INTEGER getIterationCount()

setOwf

public void setOwf(AlgorithmIdentifier oid)

getOwf

public AlgorithmIdentifier getOwf()

setMac

public void setMac(AlgorithmIdentifier oid)

getMac

public AlgorithmIdentifier getMac()

setSalt

public void setSalt(OCTET_STRING salt)

getSalt

public OCTET_STRING getSalt()