| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
CertWithRevocationInfo |
CaManager.getCert(String caName,
BigInteger serialNumber)
Returns certificate with status information for the CA
caName
and with serial number serialNumber. |
CertWithRevocationInfo |
CaManager.getCert(org.bouncycastle.asn1.x500.X500Name issuer,
BigInteger serialNumber)
Returns certificate with revocation information for the
issuer
and with serial number serialNumber. |
CertWithRevocationInfo |
MgmtResponse.CertWithRevocationInfoWrapper.toCertWithRevocationInfo() |
| Constructor and Description |
|---|
CertWithRevocationInfoWrapper(CertWithRevocationInfo info) |
Copyright © 2023. All rights reserved.