| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper | |
| org.xipki.pkcs11.wrapper.attrs |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeVector.getAttribute(long type) |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
AttributeVector.snapshot() |
| Modifier and Type | Method and Description |
|---|---|
AttributeVector |
AttributeVector.attr(Attribute attr) |
| Constructor and Description |
|---|
AttributeVector(Attribute... attributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeArrayAttribute
Objects of this class represent an attribute array of a PKCS#11 object
as specified by PKCS#11.
|
class |
BooleanAttribute
Objects of this class represent a boolean attribute of a PKCS#11 object
as specified by PKCS#11.
|
class |
ByteArrayAttribute
Objects of this class represent a byte-array attribute of a PKCS#11 object
as specified by PKCS#11.
|
class |
CharArrayAttribute
Objects of this class represent a char-array attribute of a PKCS#11 object
as specified by PKCS#11.
|
class |
DateAttribute
Objects of this class represent a date attribute of a PKCS#11 object
as specified by PKCS#11.
|
class |
LongAttribute
Objects of this class represent a long attribute of a PKCS#11 object
as specified by PKCS#11.
|
class |
MechanismArrayAttribute
Objects of this class represent a mechanism array attribute of a PKCS#11
object as specified by PKCS#11.
|
class |
MechanismAttribute
Objects of this class represent a mechanism attribute of a PKCS#11 object
as specified by PKCS#11.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.ckAttribute(CK_ATTRIBUTE ckAttribute)
Set the CK_ATTRIBUTE of this Attribute.
|
static Attribute |
Attribute.getInstance(long type) |
static Attribute |
Attribute.getInstance(long type,
Object value) |
Attribute |
Attribute.present(boolean present)
Set, if this attribute is really present in the associated object.
|
Attribute |
Attribute.sensitive(boolean sensitive)
Set, if this attribute is sensitive in the associated object.
|
Copyright © 2023. All rights reserved.