Class AES_CBC_ENCRYPT_DATA_PARAMS


  • public class AES_CBC_ENCRYPT_DATA_PARAMS
    extends CkParams
    Represents the AES_CBC_ENCRYPT_DATA_PARAMS.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • AES_CBC_ENCRYPT_DATA_PARAMS

        public AES_CBC_ENCRYPT_DATA_PARAMS​(byte[] iv,
                                           byte[] data)
        Create a new AES_CBC_ENCRYPT_DATA_PARAMS object with the given IV and data.
        Parameters:
        iv - The initialization vector.
        data - The key derivation data.
    • Method Detail

      • getParams

        public CK_AES_CBC_ENCRYPT_DATA_PARAMS getParams()
        Description copied from class: CkParams
        Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
        Specified by:
        getParams in class CkParams
        Returns:
        The object of the corresponding *_PARAMS class.
      • toString

        public java.lang.String toString​(java.lang.String indent)
        Specified by:
        toString in class CkParams