public class AesCtrParameters extends Object implements Parameters
PKCS#11 structure:
typedef struct CK_AES_CTR_PARAMS {
CK_ULONG ulCounterBits;
CK_BYTE cb[16];
} CK_AES_CTR_PARAMS;
| Constructor and Description |
|---|
AesCtrParameters(byte[] cb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object.
|
byte[] |
getCb() |
sun.security.pkcs11.wrapper.CK_AES_CTR_PARAMS |
getPKCS11ParamsObject()
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
int |
hashCode()
The overriding of this method should ensure that the objects of this
class work correctly in a hashtable.
|
void |
setCb(byte[] cb) |
String |
toString()
Returns the string representation of this object.
|
public byte[] getCb()
public void setCb(byte[] cb)
public String toString()
public boolean equals(Object otherObject)
public int hashCode()
public sun.security.pkcs11.wrapper.CK_AES_CTR_PARAMS getPKCS11ParamsObject()
ParametersgetPKCS11ParamsObject in interface ParametersCopyright © 2022. All rights reserved.