| Package | Description |
|---|---|
| iaik.pkcs.pkcs11 | |
| iaik.pkcs.pkcs11.objects |
| Modifier and Type | Method and Description |
|---|---|
void |
Notify.notify(Session session,
boolean surrender,
Object application)
The module calls this method in certain events.
|
| Modifier and Type | Method and Description |
|---|---|
PKCS11Object |
PKCS11Object.VendorDefinedObjectBuilder.build(Session session,
long objectHandle)
This method should instantiate an PKCS11Object of this class or of
any sub-class.
|
PKCS11Object |
Key.VendorDefinedKeyBuilder.build(Session session,
long objectHandle)
This method should instantiate an PKCS11Object of this class or of
any sub-class.
|
protected static void |
PKCS11Object.getAttributeValue(Session session,
long objectHandle,
Attribute attribute)
This method reads the attribute specified by
attribute from
the token using the given session. |
protected static void |
PKCS11Object.getAttributeValues(Session session,
long objectHandle,
Attribute[] attributes)
This method reads the attributes in a similar way as
PKCS11Object.getAttributeValue(iaik.pkcs.pkcs11.Session, long, iaik.pkcs.pkcs11.objects.Attribute), but a complete array at once. |
static sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] |
PKCS11Object.getSetAttributes(PKCS11Object object)
Returns the PKCS#11 attributes of an object.
|
Copyright © 2020. All rights reserved.