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.AlgorithmParametersSpi
    This 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) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlowfishParameters

        public BlowfishParameters(java.security.Provider provider)

© Portions Copyright 2003, 2017 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved.