Uses of Interface
org.xipki.ca.gateway.Requestor.CertRequestor
-
Packages that use Requestor.CertRequestor Package Description org.xipki.ca.gateway org.xipki.ca.gateway.dummy -
-
Uses of Requestor.CertRequestor in org.xipki.ca.gateway
Methods in org.xipki.ca.gateway that return Requestor.CertRequestor Modifier and Type Method Description Requestor.CertRequestorRequestorAuthenticator. getCertRequestor(org.xipki.security.X509Cert cert)Return the certificate-based requestor for given client certificate. -
Uses of Requestor.CertRequestor in org.xipki.ca.gateway.dummy
Methods in org.xipki.ca.gateway.dummy that return Requestor.CertRequestor Modifier and Type Method Description Requestor.CertRequestorDummyRequestorAuthenticator. getCertRequestor(org.xipki.security.X509Cert cert)
-