Package org.xipki.pkcs11.wrapper.params
Class MechanismParams
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.params.CkParams
-
- org.xipki.pkcs11.wrapper.params.MechanismParams
-
public class MechanismParams extends CkParams
This class encapsulates parameters CK_LONG.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description MechanismParams(long params)Create a new MechanismParams object using the given object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaxFieldLen()LonggetParams()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 Long 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
-
-