com.ibm.crypto.pkcs11impl.provider

Class GeneralPKCS11Parameters

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

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

Constructor and Description
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

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