com.ibm.crypto.pkcs11impl.provider
Class BlowfishParameters
- java.lang.Object
-
- java.security.AlgorithmParametersSpi
-
- com.ibm.crypto.pkcs11impl.provider.BlowfishParameters
-
public final class BlowfishParameters extends java.security.AlgorithmParametersSpiThis class implements the parameter (IV) used with the Blowfish algorithm in feedback-mode. IV is defined in the standards as follows:IV ::= OCTET STRING -- 8 octets
- Version:
- 1.3, 11/08/99
- Author:
- Jan Luehe
-
-
Constructor Summary
Constructors Constructor and Description BlowfishParameters(java.security.Provider provider)
-