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