Package iaik.pkcs.pkcs11.wrapper
Class CK_KEY_WRAP_SET_OAEP_PARAMS
- java.lang.Object
-
- iaik.pkcs.pkcs11.wrapper.CK_KEY_WRAP_SET_OAEP_PARAMS
-
public class CK_KEY_WRAP_SET_OAEP_PARAMS extends Object
class CK_KEY_WRAP_SET_OAEP_PARAMS provides the parameters to the CKM_KEY_WRAP_SET_OAEP mechanism.PKCS#11 structure:
typedef struct CK_KEY_WRAP_SET_OAEP_PARAMS { CK_BYTE bBC; CK_BYTE_PTR pX; CK_ULONG ulXLen; } CK_KEY_WRAP_SET_OAEP_PARAMS;- Author:
- Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
-
-
Constructor Summary
Constructors Constructor Description CK_KEY_WRAP_SET_OAEP_PARAMS()
-