com.ibm.crypto.pkcs11impl.provider
Class DESParameters
- java.lang.Object
java.security.AlgorithmParametersSpi
com.ibm.crypto.pkcs11impl.provider.DESParameters
- public final class DESParameters
- extends java.security.AlgorithmParametersSpi
This class implements the parameter (IV) used with the DES algorithm in
feedback-mode. IV is defined in the standards as follows:
IV ::= OCTET STRING -- 8 octets
Constructor Summary
Method Summary
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
DESParameters
- public DESParameters(java.security.Provider provider)