public class CkParamsWithExtra extends CkParams
ExtraParams to provides extra information, e.g. the size of an EC curve's order.| Constructor and Description |
|---|
CkParamsWithExtra(CkParams ckParams,
ExtraParams extraParams)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExtraParams |
getExtraParams() |
protected int |
getMaxFieldLen() |
Object |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the iaik.pkcs.pkcs11.wrapper package.
|
String |
toString(String indent) |
codeToName, ptr2str, requireNonNull, setModule, toString, val2Strpublic CkParamsWithExtra(CkParams ckParams, ExtraParams extraParams)
ckParams - The real CkParams. May be null.extraParams - The extra parameters. May be null.public Object getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamspublic ExtraParams getExtraParams()
Copyright © 2023. All rights reserved.