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