com.ibm.crypto.pkcs11impl.provider
Class GeneralPKCS11Parameters

java.lang.Object
  extended by java.security.AlgorithmParametersSpi
      extended by com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Parameters

public class GeneralPKCS11Parameters
extends java.security.AlgorithmParametersSpi

This class implements the parameter (IV) used with an algorithm in feedback-mode. IV is defined in the standards as follows:

 
  IV ::= OCTET STRING  -- 8 octets
  
 

Version:
1.0, 14/1/2005

Constructor Summary
GeneralPKCS11Parameters(java.security.Provider provider, java.lang.String alg)
          Creates a new instance of this class
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralPKCS11Parameters

public GeneralPKCS11Parameters(java.security.Provider provider,
                               java.lang.String alg)
Creates a new instance of this class