| Package | Description |
|---|---|
| org.xipki.security.pkcs11 | |
| org.xipki.security.pkcs11.proxy |
| Modifier and Type | Class and Description |
|---|---|
static class |
P11Slot.P11NewKeyControl |
| Modifier and Type | Method and Description |
|---|---|
P11ObjectIdentifier |
P11Slot.addCert(X509Certificate cert,
P11Slot.P11NewObjectControl control)
Adds the certificate to the PKCS#11 token under the given identifier
objectId. |
protected abstract P11ObjectIdentifier |
P11Slot.addCert0(X509Certificate cert,
P11Slot.P11NewObjectControl control)
Adds the certificate to the PKCS#11 token under the given identifier
objectId. |
| Modifier and Type | Method and Description |
|---|---|
P11Slot.P11NewObjectControl |
ProxyMessage.AddCertParams.getControl() |
P11Slot.P11NewObjectControl |
ProxyMessage.NewObjectControl.getControl() |
| Modifier and Type | Method and Description |
|---|---|
protected P11ObjectIdentifier |
ProxyP11Slot.addCert0(X509Certificate cert,
P11Slot.P11NewObjectControl control) |
| Constructor and Description |
|---|
AddCertParams(P11SlotIdentifier slotId,
P11Slot.P11NewObjectControl control,
org.bouncycastle.asn1.x509.Certificate certificate) |
AddCertParams(P11SlotIdentifier slotId,
P11Slot.P11NewObjectControl control,
X509Certificate certificate) |
NewObjectControl(P11Slot.P11NewObjectControl control) |
Copyright © 2019. All rights reserved.