AuthorityCertStore |
Client.getAuthorityCertStore() |
CaCaps |
Client.getCaCaps() |
CaCertValidator |
Client.getCaCertValidator() |
CaIdentifier |
Client.getCaId() |
byte[] |
ScepHttpResponse.getContentBytes() |
protected abstract ScepHttpResponse |
Client.httpGet(String url)
Send request via HTTP GET.
|
protected ScepHttpResponse |
ScepClient.httpGet(String url) |
protected abstract ScepHttpResponse |
Client.httpPost(String url,
String requestContentType,
byte[] request)
Send request via HTTP POST.
|
protected ScepHttpResponse |
ScepClient.httpPost(String url,
String requestContentType,
byte[] request) |
void |
Client.init() |
void |
Client.refresh() |
EnrolmentResponse |
Client.scepCertPoll(PrivateKey identityKey,
org.xipki.security.X509Cert identityCert,
org.bouncycastle.asn1.pkcs.CertificationRequest csr,
org.bouncycastle.asn1.x500.X500Name issuer) |
EnrolmentResponse |
Client.scepCertPoll(PrivateKey identityKey,
org.xipki.security.X509Cert identityCert,
TransactionId transactionId,
org.bouncycastle.asn1.x500.X500Name issuer,
org.bouncycastle.asn1.x500.X500Name subject) |
EnrolmentResponse |
Client.scepEnrol(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
PrivateKey identityKey,
org.xipki.security.X509Cert identityCert) |
List<org.xipki.security.X509Cert> |
Client.scepGetCert(PrivateKey identityKey,
org.xipki.security.X509Cert identityCert,
org.bouncycastle.asn1.x500.X500Name issuer,
BigInteger serialNumber) |
org.bouncycastle.cert.X509CRLHolder |
Client.scepGetCrl(PrivateKey identityKey,
org.xipki.security.X509Cert identityCert,
org.bouncycastle.asn1.x500.X500Name issuer,
BigInteger serialNumber) |
AuthorityCertStore |
Client.scepNextCaCert() |
EnrolmentResponse |
Client.scepPkcsReq(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
PrivateKey identityKey,
org.xipki.security.X509Cert identityCert) |
EnrolmentResponse |
Client.scepRenewalReq(org.bouncycastle.asn1.pkcs.CertificationRequest csr,
PrivateKey identityKey,
org.xipki.security.X509Cert identityCert) |