public class AES_CTR_PARAMS extends CkParams
PKCS#11 structure:
typedef struct CK_AES_CTR_PARAMS {
CK_ULONG ulCounterBits;
CK_BYTE cb[16];
} CK_AES_CTR_PARAMS;
| Constructor and Description |
|---|
AES_CTR_PARAMS(byte[] cb) |
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_AES_CTR_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()
Returns the string representation of this object.
|
buildCkMechanism, ptrToString, requireNonNullpublic sun.security.pkcs11.wrapper.CK_AES_CTR_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.