public class SSL3KeyMaterialParameters extends TLSKeyMaterialParameters
export, ivSizeInBits, keySizeInBits, macSizeInBits, randomInfo, returnedKeyMaterial| Constructor and Description |
|---|
SSL3KeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial) |
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS |
getPKCS11ParamsObject()
Get this parameters object as a CK_SSL3_KEY_MAT_PARAMS object.
|
equals, getIVSizeInBits, getKeySizeInBits, getMacSizeInBits, getRandomInfo, getReturnedKeyMaterial, hashCode, isExport, setExport, setIVSizeInBits, setKeySizeInBits, setMacSizeInBits, setRandomInfo, setReturnedKeyMaterial, toStringpublic SSL3KeyMaterialParameters(long macSizeInBits,
long keySizeInBits,
long ivSizeInBits,
boolean export,
SSL3RandomDataParameters randomInfo,
SSL3KeyMaterialOutParameters returnedKeyMaterial)
Copyright © 2020. All rights reserved.