public class RSA_PKCS_OAEP_PARAMS extends CkParams
| Constructor and Description |
|---|
RSA_PKCS_OAEP_PARAMS(long hashAlg,
long mgf,
long source,
byte[] sourceData)
Create a new RSA_PKCS_OAEP_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
sun.security.pkcs11.wrapper.CK_MECHANISM |
toCkMechanism(long mechanism) |
java.lang.String |
toString() |
buildCkMechanism, ptrToString, requireNonNullpublic RSA_PKCS_OAEP_PARAMS(long hashAlg,
long mgf,
long source,
byte[] sourceData)
hashAlg - The message digest algorithm used to calculate the digest of the
encoding parameter.mgf - The mask to apply to the encoded block. One of the constants
defined in the MessageGenerationFunctionType interface.source - The source of the encoding parameter. One of the constants
defined in the SourceType interface.sourceData - The data used as the input for the encoding parameter source.public sun.security.pkcs11.wrapper.CK_MECHANISM toCkMechanism(long mechanism)
toCkMechanism in class CkParamspublic sun.security.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS getParams()
CkParamspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All rights reserved.