Package org.xipki.pkcs11.wrapper.params
Class EXTRACT_PARAMS
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.params.CkParams
-
- org.xipki.pkcs11.wrapper.params.LongParams
-
- org.xipki.pkcs11.wrapper.params.EXTRACT_PARAMS
-
public class EXTRACT_PARAMS extends LongParams
Represents the params of type CK_LONG for the extract mechanism.- Author:
- Lijun Liao (xipki)
-
-
Field Summary
-
Fields inherited from class org.xipki.pkcs11.wrapper.params.LongParams
params
-
-
Constructor Summary
Constructors Constructor Description EXTRACT_PARAMS(int bitIndex)Create a new EXTRACT_PARAMS object with the given bit index.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaxFieldLen()StringtoString(String indent)-
Methods inherited from class org.xipki.pkcs11.wrapper.params.LongParams
getParams
-
-
-
-
Method Detail
-
getMaxFieldLen
protected int getMaxFieldLen()
- Overrides:
getMaxFieldLenin classLongParams
-
toString
public String toString(String indent)
- Overrides:
toStringin classLongParams
-
-