| Package | Description |
|---|---|
| org.xipki.security.pkcs11 | |
| org.xipki.security.pkcs11.emulator | |
| org.xipki.security.pkcs11.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected P11Slot |
P11Identity.slot |
| Modifier and Type | Method and Description |
|---|---|
P11Slot |
P11Module.getSlot(P11SlotIdentifier slotId)
Returns slot for the given
slotId. |
P11Slot |
P11CryptService.getSlot(P11SlotIdentifier slotId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
P11Module.setSlots(Set<P11Slot> slots) |
| Constructor and Description |
|---|
P11Identity(P11Slot slot,
P11IdentityId id,
int signatureBitLen) |
P11Identity(P11Slot slot,
P11IdentityId id,
PublicKey publicKey,
X509Certificate[] certificateChain) |
| Constructor and Description |
|---|
EmulatorP11Identity(P11Slot slot,
P11IdentityId identityId,
PrivateKey privateKey,
PublicKey publicKey,
X509Certificate[] certificateChain,
int maxSessions,
SecureRandom random) |
EmulatorP11Identity(P11Slot slot,
P11IdentityId identityId,
SecretKey signingKey,
int maxSessions,
SecureRandom random) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyP11Slot
TODO.
|
Copyright © 2018. All rights reserved.