public class MechanismArrayAttribute extends Attribute
ckAttribute, present, sensitive| Constructor and Description |
|---|
MechanismArrayAttribute(long type)
Constructor taking the PKCS#11 type of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
getValue()
Get the mechanism attribute array value of this attribute as Mechanism[].
|
protected String |
getValueString()
Get a string representation of the value of this attribute.
|
MechanismArrayAttribute |
mechanismAttributeArrayValue(long[] value)
Set the attributes of this mechanism attribute array by specifying a
Mechanism[].
|
ckAttribute, getCkAttribute, getInstance, getInstance, getType, isNullValue, isPresent, isSensitive, present, sensitive, toString, toString, typepublic MechanismArrayAttribute(long type)
type - The PKCS#11 type of this attribute; e.g. CKA_VALUE.public MechanismArrayAttribute mechanismAttributeArrayValue(long[] value)
value - The MechanismArrayAttribute value to set. May be null.public long[] getValue()
protected String getValueString()
getValueString in class AttributeCopyright © 2023. All rights reserved.