Package org.xipki.pkcs11.wrapper.params
Class KEY_WRAP_SET_OAEP_PARAMS
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.params.CkParams
-
- org.xipki.pkcs11.wrapper.params.KEY_WRAP_SET_OAEP_PARAMS
-
public class KEY_WRAP_SET_OAEP_PARAMS extends CkParams
Represents the CK_KEY_WRAP_SET_OAEP_PARAMS.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description KEY_WRAP_SET_OAEP_PARAMS(byte blockContents, byte[] x)Create a new KEY_WRAP_SET_OAEP_PARAMS object with the given attributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaxFieldLen()CK_KEY_WRAP_SET_OAEP_PARAMSgetParams()Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.StringtoString(String indent)
-
-
-
Constructor Detail
-
KEY_WRAP_SET_OAEP_PARAMS
public KEY_WRAP_SET_OAEP_PARAMS(byte blockContents, byte[] x)Create a new KEY_WRAP_SET_OAEP_PARAMS object with the given attributes.- Parameters:
blockContents- The block contents byte.x- The concatenation of hash of plaintext data (if present) and extra data (if present).
-
-
Method Detail
-
getParams
public CK_KEY_WRAP_SET_OAEP_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
-
-