com.ibm.crypto.pkcs11impl.provider
Class DESedeParameters
- java.lang.Object
java.security.AlgorithmParametersSpi
com.ibm.crypto.pkcs11impl.provider.DESedeParameters
- public final class DESedeParameters
- extends java.security.AlgorithmParametersSpi
This class implements the parameter (IV) used with the Triple 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
DESedeParameters
- public DESedeParameters(java.security.Provider provider)