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.