| Package | Description |
|---|---|
| org.xipki.security.pkcs11 | |
| org.xipki.security.util |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static String |
X509Util.encodeCertificates(X509Cert[] certchain) |
Copyright © 2019. All rights reserved.