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
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PasswordBasedMacParameterSpec
public PasswordBasedMacParameterSpec()
- This constructor
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()