| Package | Description |
|---|---|
| org.xipki.security.pkcs11 | |
| org.xipki.security.pkcs11.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected P11SlotIdentifier |
P11Slot.slotId |
| Modifier and Type | Method and Description |
|---|---|
P11SlotIdentifier |
P11KeyParameter.getSlot() |
P11SlotIdentifier |
P11Slot.getSlotId() |
P11SlotIdentifier |
P11IdentityId.getSlotId() |
P11SlotIdentifier |
P11Module.getSlotIdForId(long id) |
P11SlotIdentifier |
P11Module.getSlotIdForIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<P11SlotIdentifier> |
P11Module.getSlotIds() |
| Modifier and Type | Method and Description |
|---|---|
int |
P11SlotIdentifier.compareTo(P11SlotIdentifier obj) |
X509Certificate |
P11CryptService.getCert(P11SlotIdentifier slotId,
P11ObjectIdentifier certId) |
P11Identity |
P11CryptService.getIdentity(P11SlotIdentifier slotId,
P11ObjectIdentifier keyId) |
static P11KeyParameter |
P11KeyParameter.getInstance(P11CryptService p11CryptService,
P11SlotIdentifier slot,
P11ObjectIdentifier objectId) |
List<char[]> |
P11ModuleConf.P11PasswordsRetriever.getPassword(P11SlotIdentifier slotId) |
P11Slot |
P11Module.getSlot(P11SlotIdentifier slotId)
Returns slot for the given
slotId. |
P11Slot |
P11CryptService.getSlot(P11SlotIdentifier slotId) |
boolean |
P11ModuleConf.P11MechanismFilter.isMechanismPermitted(P11SlotIdentifier slotId,
long mechanism) |
boolean |
P11ModuleConf.isSlotIncluded(P11SlotIdentifier slotId) |
boolean |
P11IdentityId.match(P11SlotIdentifier slotId,
String keyLabel) |
boolean |
P11Identity.match(P11SlotIdentifier slotId,
String keyLabel) |
| Constructor and Description |
|---|
P11DuplicateEntityException(P11SlotIdentifier slotId,
P11ObjectIdentifier objectId) |
P11IdentityId(P11SlotIdentifier slotId,
P11ObjectIdentifier keyId,
String publicKeyLabel,
String certLabel)
TODO.
|
P11Slot(String moduleName,
P11SlotIdentifier slotId,
boolean readOnly,
P11ModuleConf.P11MechanismFilter mechanismFilter) |
P11UnknownEntityException(P11SlotIdentifier slotId) |
P11UnknownEntityException(P11SlotIdentifier slotId,
P11ObjectIdentifier objectId) |
P11UnsupportedMechanismException(long mechanism,
P11SlotIdentifier slotId) |
| Modifier and Type | Method and Description |
|---|---|
P11SlotIdentifier |
ProxyMessage.AddCertParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.GenDSAKeypairParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.GenECKeypairParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.GenRSAKeypairParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.GenSecretKeyParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.GenSM2KeypairParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.ImportSecretKeyParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.RemoveObjectsParams.getSlotId() |
P11SlotIdentifier |
ProxyMessage.SlotIdentifier.getValue() |
Copyright © 2018. All rights reserved.