Uses of Class
org.xipki.ca.server.db.CertStore.CertStatus
-
Packages that use CertStore.CertStatus Package Description org.xipki.ca.server.db -
-
Uses of CertStore.CertStatus in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db that return CertStore.CertStatus Modifier and Type Method Description CertStore.CertStatusCertStore. getCertStatusForSubject(org.xipki.ca.api.NameId ca, org.bouncycastle.asn1.x500.X500Name subject)static CertStore.CertStatusCertStore.CertStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CertStore.CertStatus[]CertStore.CertStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-