public class P11ObjectId extends Object
| Constructor and Description |
|---|
P11ObjectId(long handle,
long objectClass,
long keyType,
byte[] id,
String label)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getHandle() |
byte[] |
getId() |
String |
getIdHex() |
long |
getKeyType() |
String |
getLabel() |
long |
getObjectCLass() |
int |
hashCode() |
String |
toString() |
public P11ObjectId(long handle,
long objectClass,
long keyType,
byte[] id,
String label)
handle - The object handle.objectClass - The object handle.keyType - The key type.id - Identifier. Cannot be null or zero-length if label is null or blank.label - Label. Cannot be null and blank if id is null or zero-length.Copyright © 2023. All rights reserved.