com.ibm.crypto.pkcs11impl.provider

Class DESParameters

  1. java.lang.Object
  2. extended byjava.security.AlgorithmParametersSpi
  3. extended bycom.ibm.crypto.pkcs11impl.provider.DESParameters

  1. public final class DESParameters
  2. 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

Constructor and Description
DESParameters(java.security.Provider provider)

Method Summary

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DESParameters

  1. public DESParameters(java.security.Provider provider)