Uses of Class
org.xipki.scep.client.EnrolmentResponse
-
-
Uses of EnrolmentResponse in org.xipki.scep.client
Methods in org.xipki.scep.client that return EnrolmentResponse Modifier and Type Method Description EnrolmentResponseClient. scepCertPoll(PrivateKey identityKey, org.xipki.security.X509Cert identityCert, org.bouncycastle.asn1.pkcs.CertificationRequest csr, org.bouncycastle.asn1.x500.X500Name issuer)EnrolmentResponseClient. scepCertPoll(PrivateKey identityKey, org.xipki.security.X509Cert identityCert, org.xipki.scep.transaction.TransactionId transactionId, org.bouncycastle.asn1.x500.X500Name issuer, org.bouncycastle.asn1.x500.X500Name subject)EnrolmentResponseClient. scepEnrol(org.bouncycastle.asn1.pkcs.CertificationRequest csr, PrivateKey identityKey, org.xipki.security.X509Cert identityCert)EnrolmentResponseClient. scepPkcsReq(org.bouncycastle.asn1.pkcs.CertificationRequest csr, PrivateKey identityKey, org.xipki.security.X509Cert identityCert)EnrolmentResponseClient. scepRenewalReq(org.bouncycastle.asn1.pkcs.CertificationRequest csr, PrivateKey identityKey, org.xipki.security.X509Cert identityCert)
-