B C D E G H I O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- buildGetUrl(Operation) - Method in class org.xipki.scep.client.CaIdentifier
- buildGetUrl(Operation, String) - Method in class org.xipki.scep.client.CaIdentifier
- buildPostUrl(Operation) - Method in class org.xipki.scep.client.CaIdentifier
C
- caCaps - Variable in class org.xipki.scep.client.Client
- CaCertValidator - Interface in org.xipki.scep.client
-
CA Certificate validator.
- CaCertValidator.CachingCertificateValidator - Class in org.xipki.scep.client
-
CA certificate validator with caching certificates.
- CaCertValidator.PreprovisionedCaCertValidator - Class in org.xipki.scep.client
-
CaCertValidatorwith pre-povisioned CA certificates. - CaCertValidator.PreprovisionedHashCaCertValidator - Class in org.xipki.scep.client
- CachingCertificateValidator(CaCertValidator) - Constructor for class org.xipki.scep.client.CaCertValidator.CachingCertificateValidator
- caId - Variable in class org.xipki.scep.client.Client
- CaIdentifier - Class in org.xipki.scep.client
-
CA identifier.
- CaIdentifier(String, String) - Constructor for class org.xipki.scep.client.CaIdentifier
- Client - Class in org.xipki.scep.client
-
SCEP client.
- Client(CaIdentifier, CaCertValidator) - Constructor for class org.xipki.scep.client.Client
D
- DEFAULT_SIGNINGTIME_BIAS - Static variable in class org.xipki.scep.client.Client
- destroy() - Method in class org.xipki.scep.client.Client
E
- EnrolmentResponse - Class in org.xipki.scep.client
-
Response of certificate enrolment.
- EnrolmentResponse(PkiMessage) - Constructor for class org.xipki.scep.client.EnrolmentResponse
- equals(Object) - Method in class org.xipki.scep.client.CaIdentifier
G
- getAuthorityCertStore() - Method in class org.xipki.scep.client.Client
- getCaCaps() - Method in class org.xipki.scep.client.Client
- getCaCert() - Method in class org.xipki.scep.client.Client
- getCaCertValidator() - Method in class org.xipki.scep.client.Client
- getCaId() - Method in class org.xipki.scep.client.Client
- getCertificates() - Method in class org.xipki.scep.client.EnrolmentResponse
- getContent() - Method in class org.xipki.scep.client.ScepHttpResponse
- getContentBytes() - Method in class org.xipki.scep.client.ScepHttpResponse
- getContentEncoding() - Method in class org.xipki.scep.client.ScepHttpResponse
- getContentLength() - Method in class org.xipki.scep.client.ScepHttpResponse
- getContentType() - Method in class org.xipki.scep.client.ScepHttpResponse
- getFailInfo() - Method in class org.xipki.scep.client.EnrolmentResponse
- getFailInfoText() - Method in class org.xipki.scep.client.EnrolmentResponse
- getMaxSigningTimeBiasInMs() - Method in class org.xipki.scep.client.Client
- getPkcsRep() - Method in class org.xipki.scep.client.EnrolmentResponse
- getProfile() - Method in class org.xipki.scep.client.CaIdentifier
- getUrl() - Method in class org.xipki.scep.client.CaIdentifier
H
- hashCode() - Method in class org.xipki.scep.client.CaIdentifier
- httpGet(String) - Method in class org.xipki.scep.client.Client
-
Send request via HTTP GET.
- httpGet(String) - Method in class org.xipki.scep.client.ScepClient
- httpPost(String, String, byte[]) - Method in class org.xipki.scep.client.Client
-
Send request via HTTP POST.
- httpPost(String, String, byte[]) - Method in class org.xipki.scep.client.ScepClient
I
- init() - Method in class org.xipki.scep.client.Client
- isFailure() - Method in class org.xipki.scep.client.EnrolmentResponse
- isHttpGetOnly() - Method in class org.xipki.scep.client.Client
- isPending() - Method in class org.xipki.scep.client.EnrolmentResponse
-
Returns true for a pending response, false otherwise.
- isSuccess() - Method in class org.xipki.scep.client.EnrolmentResponse
- isTrusted(X509Cert) - Method in class org.xipki.scep.client.CaCertValidator.CachingCertificateValidator
- isTrusted(X509Cert) - Method in interface org.xipki.scep.client.CaCertValidator
-
Whether the certificate can be trusted.
- isTrusted(X509Cert) - Method in class org.xipki.scep.client.CaCertValidator.PreprovisionedCaCertValidator
- isTrusted(X509Cert) - Method in class org.xipki.scep.client.CaCertValidator.PreprovisionedHashCaCertValidator
O
- OperationNotSupportedException(String) - Constructor for exception org.xipki.scep.client.ScepClientException.OperationNotSupportedException
- org.xipki.scep.client - package org.xipki.scep.client
P
- PreprovisionedCaCertValidator(Set<X509Cert>) - Constructor for class org.xipki.scep.client.CaCertValidator.PreprovisionedCaCertValidator
- PreprovisionedCaCertValidator(X509Cert) - Constructor for class org.xipki.scep.client.CaCertValidator.PreprovisionedCaCertValidator
- PreprovisionedHashCaCertValidator(HashAlgo, Set<byte[]>) - Constructor for class org.xipki.scep.client.CaCertValidator.PreprovisionedHashCaCertValidator
R
- refresh() - Method in class org.xipki.scep.client.Client
- REQ_CONTENT_TYPE - Static variable in class org.xipki.scep.client.Client
S
- scepCertPoll(PrivateKey, X509Cert, CertificationRequest, X500Name) - Method in class org.xipki.scep.client.Client
- scepCertPoll(PrivateKey, X509Cert, TransactionId, X500Name, X500Name) - Method in class org.xipki.scep.client.Client
- ScepClient - Class in org.xipki.scep.client
-
A concrete SCEP client.
- ScepClient(CaIdentifier, CaCertValidator) - Constructor for class org.xipki.scep.client.ScepClient
- ScepClient(CaIdentifier, CaCertValidator, SSLSocketFactory, HostnameVerifier) - Constructor for class org.xipki.scep.client.ScepClient
- ScepClientException - Exception in org.xipki.scep.client
-
SCEP client exception.
- ScepClientException(String) - Constructor for exception org.xipki.scep.client.ScepClientException
- ScepClientException(String, Throwable) - Constructor for exception org.xipki.scep.client.ScepClientException
- ScepClientException(Throwable) - Constructor for exception org.xipki.scep.client.ScepClientException
- ScepClientException.OperationNotSupportedException - Exception in org.xipki.scep.client
- scepEnrol(CertificationRequest, PrivateKey, X509Cert) - Method in class org.xipki.scep.client.Client
- scepGetCert(PrivateKey, X509Cert, X500Name, BigInteger) - Method in class org.xipki.scep.client.Client
- scepGetCrl(PrivateKey, X509Cert, X500Name, BigInteger) - Method in class org.xipki.scep.client.Client
- ScepHttpResponse - Class in org.xipki.scep.client
-
HTTP Response.
- ScepHttpResponse(String, byte[]) - Constructor for class org.xipki.scep.client.ScepHttpResponse
- ScepHttpResponse(String, int, InputStream) - Constructor for class org.xipki.scep.client.ScepHttpResponse
- scepNextCaCert() - Method in class org.xipki.scep.client.Client
- scepPkcsReq(CertificationRequest, PrivateKey, X509Cert) - Method in class org.xipki.scep.client.Client
- scepRenewalReq(CertificationRequest, PrivateKey, X509Cert) - Method in class org.xipki.scep.client.Client
- setContentEncoding(String) - Method in class org.xipki.scep.client.ScepHttpResponse
- setHttpGetOnly(boolean) - Method in class org.xipki.scep.client.Client
- setMaxSigningTimeBiasInMs(long) - Method in class org.xipki.scep.client.Client
-
Set the maximal signing time bias in milliseconds.
T
- toString() - Method in class org.xipki.scep.client.CaIdentifier
All Classes All Packages