public class PKCS11KeyId extends Object
| Constructor and Description |
|---|
PKCS11KeyId(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() |
Long |
getPublicKeyHandle() |
int |
hashCode() |
void |
setPublicKeyHandle(Long publicKeyHandle) |
String |
toString() |
public PKCS11KeyId(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.public long getKeyType()
public long getObjectCLass()
public long getHandle()
public byte[] getId()
public String getIdHex()
public String getLabel()
public Long getPublicKeyHandle()
public void setPublicKeyHandle(Long publicKeyHandle)
Copyright © 2023. All rights reserved.