public class ECDH1_DERIVE_PARAMS extends CkParams
| Constructor and Description |
|---|
ECDH1_DERIVE_PARAMS(long kdf,
byte[] sharedData,
byte[] publicData)
Create a new ECDH1_DERIVE_PARAMS object with the given
attributes.
|
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_ECDH1_DERIVE_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 ECDH1_DERIVE_PARAMS(long kdf,
byte[] sharedData,
byte[] publicData)
kdf - The key derivation function used on the shared secret value.
One of the values defined in KeyDerivationFunctionType.sharedData - The data shared between the two parties.publicData - The other party's public key value.public sun.security.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS getParams()
CkParamspublic sun.security.pkcs11.wrapper.CK_MECHANISM toCkMechanism(long mechanism)
toCkMechanism in class CkParamspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2023. All rights reserved.