| Package | Description |
|---|---|
| org.xipki.ca.api | |
| org.xipki.ca.api.mgmt | |
| org.xipki.ca.api.publisher |
| Modifier and Type | Method and Description |
|---|---|
CertWithDbId |
CertificateInfo.getCert() |
| Constructor and Description |
|---|
CertificateInfo(CertWithDbId cert,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey,
NameId issuer,
org.xipki.security.X509Cert issuerCert,
NameId profile,
NameId requestor) |
| Modifier and Type | Method and Description |
|---|---|
CertWithDbId |
RequestorInfo.CmpRequestorInfo.getCert() |
CertWithDbId |
CertWithRevocationInfo.getCert() |
CertWithDbId |
MgmtResponse.CertWithDbIdWrapper.toCertWithDbId() |
| Modifier and Type | Method and Description |
|---|---|
void |
CertWithRevocationInfo.setCert(CertWithDbId cert) |
| Constructor and Description |
|---|
CertWithDbIdWrapper(CertWithDbId certWithDbId) |
CmpRequestorInfo(CaHasRequestorEntry caHasRequestor,
CertWithDbId cert) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
CertPublisher.certificateRemoved(org.xipki.security.X509Cert caCert,
CertWithDbId cert)
Publishes the remove of a certificate.
|
abstract boolean |
CertPublisher.certificateRevoked(org.xipki.security.X509Cert caCert,
CertWithDbId cert,
String certprofile,
org.xipki.security.CertRevocationInfo revInfo)
Publishes the revocation of a certificate.
|
abstract boolean |
CertPublisher.certificateUnrevoked(org.xipki.security.X509Cert caCert,
CertWithDbId cert)
Publishes the unrevocation of a certificate.
|
Copyright © 2021. All rights reserved.