public class P11CryptService extends Object
| Constructor and Description |
|---|
P11CryptService(P11Module module) |
| Modifier and Type | Method and Description |
|---|---|
X509Cert |
getCert(P11SlotIdentifier slotId,
P11ObjectIdentifier certId) |
P11Identity |
getIdentity(P11IdentityId identityId) |
P11Identity |
getIdentity(P11SlotIdentifier slotId,
P11ObjectIdentifier keyId) |
P11Module |
getModule() |
P11Slot |
getSlot(P11SlotIdentifier slotId) |
void |
refresh() |
String |
toString() |
public P11CryptService(P11Module module) throws P11TokenException
P11TokenExceptionpublic void refresh()
throws P11TokenException
P11TokenExceptionpublic P11Module getModule() throws P11TokenException
P11TokenExceptionpublic P11Slot getSlot(P11SlotIdentifier slotId) throws P11TokenException
P11TokenExceptionpublic P11Identity getIdentity(P11IdentityId identityId) throws P11TokenException
P11TokenExceptionpublic P11Identity getIdentity(P11SlotIdentifier slotId, P11ObjectIdentifier keyId) throws P11TokenException
P11TokenExceptionpublic X509Cert getCert(P11SlotIdentifier slotId, P11ObjectIdentifier certId) throws P11TokenException
P11TokenExceptionCopyright © 2020. All rights reserved.