| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Method and Description |
|---|---|
X509Cert |
P11Slot.getCert(P11ObjectIdentifier objectId)
Gets certificate with the given identifier
id. |
X509Cert |
P11Slot.getCertForId(byte[] id)
Gets certificate with the given identifier
id. |
X509Cert |
P11Slot.P11SlotRefreshResult.getCertForId(byte[] id)
Returns the certificate of the given identifier
id. |
| Modifier and Type | Method and Description |
|---|---|
Map<P11ObjectIdentifier,X509Cert> |
P11Slot.P11SlotRefreshResult.getCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
P11Slot.P11SlotRefreshResult.addCertificate(P11ObjectIdentifier objectId,
X509Cert certificate) |
Copyright © 2018. All rights reserved.