com.ibm.crypto.pkcs11impl.provider

Class AESParameters

  • java.lang.Object
    • java.security.AlgorithmParametersSpi
      • com.ibm.crypto.pkcs11impl.provider.AESParameters


  • public final class AESParameters
    extends java.security.AlgorithmParametersSpi
    This class implements the parameter (IV) used with the AES algorithm in feedback-mode. IV is defined in the standards as follows:
     IV ::= OCTET STRING  -- 16 octets
     
    Version:
    1.0, 11/26/01
    Author:
    Paschalis Kaltsatis
    • Constructor Summary

      Constructors 
      Constructor and Description
      AESParameters(java.security.Provider provider) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AESParameters

        public AESParameters(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.