Package org.xipki.pkcs11.wrapper.params
Class KEY_DERIVATION_STRING_DATA
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.params.CkParams
-
- org.xipki.pkcs11.wrapper.params.KEY_DERIVATION_STRING_DATA
-
public class KEY_DERIVATION_STRING_DATA extends CkParams
Represents the CK_KEY_DERIVATION_STRING_DATA.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description KEY_DERIVATION_STRING_DATA(byte[] data)Create a new KEY_DERIVATION_STRING_DATA object with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaxFieldLen()CK_KEY_DERIVATION_STRING_DATAgetParams()Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.StringtoString(String indent)-
Methods inherited from class org.xipki.pkcs11.wrapper.params.CkParams
ptr2str, requireNonNull, toString, val2Str
-
-
-
-
Method Detail
-
getParams
public CK_KEY_DERIVATION_STRING_DATA 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
-
-