Top Description Fields Constructors Methods
sun.security.pkcs11.wrapper

public Class CK_RSA_PKCS_OAEP_PARAMS

extends Object
Class Inheritance

class CK_RSA_PKCS_OAEP_PARAMS provides the parameters to the CKM_RSA_PKCS_OAEP mechanism.

PKCS#11 structure:

typedef struct CK_RSA_PKCS_OAEP_PARAMS {
  CK_MECHANISM_TYPE hashAlg;
  CK_RSA_PKCS_OAEP_MGF_TYPE mgf;
  CK_RSA_PKCS_OAEP_SOURCE_TYPE source;
  CK_VOID_PTR pSourceData;
  CK_ULONG ulSourceDataLen;
} CK_RSA_PKCS_OAEP_PARAMS;
Authors
Karl Scheibelhofer , Martin Schlaeffer

Field Summary

Modifier and TypeField and Description
public long
hashAlg

PKCS#11:

  CK_MECHANISM_TYPE hashAlg;
public long
mgf

PKCS#11:

  CK_RSA_PKCS_OAEP_MGF_TYPE mgf;
public byte[]
pSourceData

PKCS#11:

  CK_VOID_PTR pSourceData;
  CK_ULONG ulSourceDataLen;
public long
source

PKCS#11:

  CK_RSA_PKCS_OAEP_SOURCE_TYPE source;

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

the string representation of CK_RSA_PKCS_OAEP_PARAMS
toString
()

Overrides java.lang.Object.toString.

Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

hashAlgback to summary
public long hashAlg

PKCS#11:

  CK_MECHANISM_TYPE hashAlg;
mgfback to summary
public long mgf

PKCS#11:

  CK_RSA_PKCS_OAEP_MGF_TYPE mgf;
pSourceDataback to summary
public byte[] pSourceData

PKCS#11:

  CK_VOID_PTR pSourceData;
  CK_ULONG ulSourceDataLen;
sourceback to summary
public long source

PKCS#11:

  CK_RSA_PKCS_OAEP_SOURCE_TYPE source;

Constructor Detail

CK_RSA_PKCS_OAEP_PARAMSback to summary
public CK_RSA_PKCS_OAEP_PARAMS()

Method Detail

toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Returns the string representation of CK_RSA_PKCS_OAEP_PARAMS.

Returns:String

the string representation of CK_RSA_PKCS_OAEP_PARAMS