| Package | Description |
|---|---|
| org.xipki.ca.server.mgmt.api |
| 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. |
Copyright © 2018. All rights reserved.