Uses of Class
org.xipki.ca.server.CaIdNameMap
-
Packages that use CaIdNameMap Package Description org.xipki.ca.server org.xipki.ca.server.db org.xipki.ca.server.mgmt -
-
Uses of CaIdNameMap in org.xipki.ca.server
Methods in org.xipki.ca.server with parameters of type CaIdNameMap Modifier and Type Method Description org.xipki.ca.api.CertificateInfoCertStore. getCertForId(org.xipki.ca.api.NameId ca, org.xipki.security.X509Cert caCert, long certId, CaIdNameMap idNameMap)org.xipki.ca.api.CertificateInfoCertStore. getCertInfo(org.xipki.ca.api.NameId ca, org.xipki.security.X509Cert caCert, BigInteger serial, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoCertStore. getCertWithRevocationInfo(int caId, BigInteger serial, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoCertStore. getCertWithRevocationInfo(long certId, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoCertStore. getCertWithRevocationInfoBySubject(int caId, org.bouncycastle.asn1.x500.X500Name subject, byte[] san, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoCertStore. revokeCert(org.xipki.ca.api.NameId ca, BigInteger serialNumber, org.xipki.security.CertRevocationInfo revInfo, boolean force, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoCertStore. revokeSuspendedCert(org.xipki.ca.api.NameId ca, CertStore.SerialWithId serialNumber, org.xipki.security.CrlReason reason, CaIdNameMap idNameMap)org.xipki.ca.api.CertWithDbIdCertStore. unsuspendCert(org.xipki.ca.api.NameId ca, BigInteger serialNumber, boolean force, CaIdNameMap idNamMap) -
Uses of CaIdNameMap in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db with parameters of type CaIdNameMap Modifier and Type Method Description org.xipki.ca.api.CertificateInfoDbCertStore. getCertForId(org.xipki.ca.api.NameId ca, org.xipki.security.X509Cert caCert, long certId, CaIdNameMap idNameMap)org.xipki.ca.api.CertificateInfoDbCertStore. getCertInfo(org.xipki.ca.api.NameId ca, org.xipki.security.X509Cert caCert, BigInteger serial, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoDbCertStore. getCertWithRevocationInfo(int caId, BigInteger serial, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoDbCertStore. getCertWithRevocationInfo(long certId, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoDbCertStore. getCertWithRevocationInfoBySubject(int caId, org.bouncycastle.asn1.x500.X500Name subject, byte[] san, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoDbCertStore. revokeCert(org.xipki.ca.api.NameId ca, BigInteger serialNumber, org.xipki.security.CertRevocationInfo revInfo, boolean force, CaIdNameMap idNameMap)org.xipki.ca.api.mgmt.CertWithRevocationInfoDbCertStore. revokeSuspendedCert(org.xipki.ca.api.NameId ca, CertStore.SerialWithId serialNumber, org.xipki.security.CrlReason reason, CaIdNameMap idNameMap)org.xipki.ca.api.CertWithDbIdDbCertStore. unsuspendCert(org.xipki.ca.api.NameId ca, BigInteger serialNumber, boolean force, CaIdNameMap idNamMap) -
Uses of CaIdNameMap in org.xipki.ca.server.mgmt
Methods in org.xipki.ca.server.mgmt that return CaIdNameMap Modifier and Type Method Description CaIdNameMapCaManagerImpl. idNameMap()
-