Package org.xipki.pkcs11.wrapper.params
Class AES_CBC_ENCRYPT_DATA_PARAMS
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.params.CkParams
-
- org.xipki.pkcs11.wrapper.params.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 Summary
Constructors Constructor Description AES_CBC_ENCRYPT_DATA_PARAMS(byte[] iv, byte[] data)Create a new AES_CBC_ENCRYPT_DATA_PARAMS object with the given IV and data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaxFieldLen()CK_AES_CBC_ENCRYPT_DATA_PARAMSgetParams()Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.StringtoString(String indent)
-
-
-
Method Detail
-
getParams
public CK_AES_CBC_ENCRYPT_DATA_PARAMS getParams()
Description copied from class:CkParamsGet this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
-
getMaxFieldLen
protected int getMaxFieldLen()
- Specified by:
getMaxFieldLenin classCkParams
-
-