public class P11IdentityId extends Object
P11Identity.| Constructor and Description |
|---|
P11IdentityId(P11SlotId slotId,
P11ObjectId keyId,
Long publicKeyHandle)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
P11ObjectId |
getKeyId() |
Long |
getPublicKeyHandle() |
P11SlotId |
getSlotId() |
int |
hashCode() |
String |
toString() |
public P11IdentityId(P11SlotId slotId, P11ObjectId keyId, Long publicKeyHandle)
slotId - Slot identifier. Must not be null.keyId - Object identifier. Must not be null.publicKeyHandle - Object handle of the public key, may be null.public Long getPublicKeyHandle()
public P11SlotId getSlotId()
public P11ObjectId getKeyId()
Copyright © 2023. All rights reserved.