Creates an instance of SessionObject
Creates an instance of SessionObject
ID of session object
PKCS#11 session
PKCS#11 module
Description of the application that manages the object (default empty)
Object class (type)
ID of PKCS#11 object
Description of the object (default empty)
PKCS#11 module
true
if object can be modified. Default is false
DER-encoding of the object identifier indicating the data object type (default empty)
true
if object is a private object and
false
if object is a public object.
Default value is token-specific, and may depend on the values of other attributes of the object.
PKCS#11 session
true
if object is a token object and
false
if object is a session object.
Default is false
.
Value of the object (default empty)
Copies an object, creating a new object for the copy
Template for the new object
The new instance of SessionObject
Alias for getAttribute
Returns attribute value
Attribute type
Attribute value in Buffer format
Returns attribute value
Attribute name. See ITemplate
Attribute value. Depends on the attribute name
Returns a list of attributes
The list of attributes for receiving
The list of attributes
Protected
getAlias for setAttribute
Sets attribute value
Attribute type
Attribute value
Sets attribute value
Attribute name. See ITemplate
Attribute value. Depends on attribute name
Sets attributes from the list of attributes
The list of attributes
Data objects (object class
CKO_DATA
) hold information defined by an application. Other than providing access to it, Cryptoki does not attach any special meaning to a data object