public class RSA_PKCS_OAEP_PARAMS extends CkParams
| Constructor and Description |
|---|
RSA_PKCS_OAEP_PARAMS(long hashAlg,
long mgf) |
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 |
|---|---|
protected int |
getMaxFieldLen() |
CK_RSA_PKCS_OAEP_PARAMS |
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 RSA_PKCS_OAEP_PARAMS(long hashAlg,
long mgf)
public 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 CK_RSA_PKCS_OAEP_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.