A B C D E F G H I J M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accountDoesNotExist - org.xipki.ca.gateway.acme.type.AcmeError
-
The request specified an account that does not exist.
- accountIdExists(long) - Method in interface org.xipki.ca.gateway.acme.AcmeDataSource.IdChecker
- accountIdExists(long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- AccountResponse - Class in org.xipki.ca.gateway.acme.msg
- AccountResponse() - Constructor for class org.xipki.ca.gateway.acme.msg.AccountResponse
- AccountStatus - Enum in org.xipki.ca.gateway.acme.type
- Acme() - Constructor for class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- AcmeAccount - Class in org.xipki.ca.gateway.acme
- AcmeAccount(long, AcmeDataSource) - Constructor for class org.xipki.ca.gateway.acme.AcmeAccount
- AcmeAccount.Data - Class in org.xipki.ca.gateway.acme
- AcmeAuthz - Class in org.xipki.ca.gateway.acme
- AcmeAuthz(int, AcmeIdentifier) - Constructor for class org.xipki.ca.gateway.acme.AcmeAuthz
- AcmeChallenge - Class in org.xipki.ca.gateway.acme
- AcmeChallenge(String, int, String, String, ChallengeStatus) - Constructor for class org.xipki.ca.gateway.acme.AcmeChallenge
- AcmeChallenge2 - Class in org.xipki.ca.gateway.acme
- AcmeChallenge2(AcmeChallenge, AcmeIdentifier) - Constructor for class org.xipki.ca.gateway.acme.AcmeChallenge2
- AcmeConstants - Class in org.xipki.ca.gateway.acme
- AcmeConstants() - Constructor for class org.xipki.ca.gateway.acme.AcmeConstants
- AcmeDataSource - Class in org.xipki.ca.gateway.acme
- AcmeDataSource(DataSourceWrapper) - Constructor for class org.xipki.ca.gateway.acme.AcmeDataSource
- AcmeDataSource.IdChecker - Interface in org.xipki.ca.gateway.acme
- AcmeError - Enum in org.xipki.ca.gateway.acme.type
-
ACME Error.
- AcmeHttpFilter - Class in org.xipki.ca.gateway.acme.servlet
-
ACME Gateway ServletFilter.
- AcmeHttpFilter() - Constructor for class org.xipki.ca.gateway.acme.servlet.AcmeHttpFilter
- AcmeIdentifier - Class in org.xipki.ca.gateway.acme
- AcmeIdentifier(String, String) - Constructor for class org.xipki.ca.gateway.acme.AcmeIdentifier
- AcmeOrder - Class in org.xipki.ca.gateway.acme
- AcmeOrder(long, long, AcmeDataSource) - Constructor for class org.xipki.ca.gateway.acme.AcmeOrder
- AcmeProtocolException - Exception in org.xipki.ca.gateway.acme
- AcmeProtocolException(int, AcmeError, String) - Constructor for exception org.xipki.ca.gateway.acme.AcmeProtocolException
- AcmeProxyConf - Class in org.xipki.ca.gateway.acme
- AcmeProxyConf() - Constructor for class org.xipki.ca.gateway.acme.AcmeProxyConf
- AcmeProxyConf.Acme - Class in org.xipki.ca.gateway.acme
- AcmeProxyConf.CaProfile - Class in org.xipki.ca.gateway.acme
- AcmeProxyConf.CleanupOrderConf - Class in org.xipki.ca.gateway.acme
- AcmeRepo - Class in org.xipki.ca.gateway.acme
- AcmeRepo(AcmeDataSource, int, int) - Constructor for class org.xipki.ca.gateway.acme.AcmeRepo
- AcmeResponder - Class in org.xipki.ca.gateway.acme
-
ACME responder.
- AcmeResponder(SdkClient, SecurityFactory, PopControl, AcmeProxyConf.Acme) - Constructor for class org.xipki.ca.gateway.acme.AcmeResponder
- AcmeSystemException - Exception in org.xipki.ca.gateway.acme
- AcmeSystemException(String) - Constructor for exception org.xipki.ca.gateway.acme.AcmeSystemException
- AcmeSystemException(String, Throwable) - Constructor for exception org.xipki.ca.gateway.acme.AcmeSystemException
- AcmeSystemException(Throwable) - Constructor for exception org.xipki.ca.gateway.acme.AcmeSystemException
- addAccount(AcmeAccount) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- addNewAccount(AcmeAccount) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- addNewOrder(AcmeOrder) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- addOrder(AcmeOrder) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- alreadyRevoked - org.xipki.ca.gateway.acme.type.AcmeError
-
The request specified a certificate to be revoked that has already been revoked.
- AuthzId - Class in org.xipki.ca.gateway.acme
- AuthzId(byte[]) - Constructor for class org.xipki.ca.gateway.acme.AuthzId
- AuthzId(long, int) - Constructor for class org.xipki.ca.gateway.acme.AuthzId
- AuthzResponse - Class in org.xipki.ca.gateway.acme.msg
- AuthzResponse() - Constructor for class org.xipki.ca.gateway.acme.msg.AuthzResponse
- AuthzStatus - Enum in org.xipki.ca.gateway.acme.type
B
- badCSR - org.xipki.ca.gateway.acme.type.AcmeError
-
The CSR is unacceptable (e.g., due to a short key).
- badNonce - org.xipki.ca.gateway.acme.type.AcmeError
-
The client sent an unacceptable anti-replay nonce.
- badPublicKey - org.xipki.ca.gateway.acme.type.AcmeError
-
The JWS was signed by a public key the server does not support.
- badRevocationReason - org.xipki.ca.gateway.acme.type.AcmeError
-
The revocation reason provided is not allowed by the server.
- badSignatureAlgorithm - org.xipki.ca.gateway.acme.type.AcmeError
-
The JWS was signed with an algorithm the server does not support.
C
- caa - org.xipki.ca.gateway.acme.type.AcmeError
-
Certification Authority Authorization (CAA) records forbid the CA from issuing a certificate.
- CaProfile() - Constructor for class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- CertEnroller - Class in org.xipki.ca.gateway.acme
- CertEnroller(AcmeRepo, SdkClient) - Constructor for class org.xipki.ca.gateway.acme.CertEnroller
- CertReqMeta - Class in org.xipki.ca.gateway.acme.type
- CertReqMeta() - Constructor for class org.xipki.ca.gateway.acme.type.CertReqMeta
- ChallengeResponse - Class in org.xipki.ca.gateway.acme.msg
- ChallengeResponse() - Constructor for class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- ChallengeStatus - Enum in org.xipki.ca.gateway.acme.type
- ChallengeValidator - Class in org.xipki.ca.gateway.acme
- ChallengeValidator(AcmeRepo) - Constructor for class org.xipki.ca.gateway.acme.ChallengeValidator
- ChallId - Class in org.xipki.ca.gateway.acme
- ChallId(byte[]) - Constructor for class org.xipki.ca.gateway.acme.ChallId
- ChallId(long, int, int) - Constructor for class org.xipki.ca.gateway.acme.ChallId
- cleanOrders(Instant, Instant) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- cleanOrders(Instant, Instant) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- CleanupOrderConf() - Constructor for class org.xipki.ca.gateway.acme.AcmeProxyConf.CleanupOrderConf
- close() - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- close() - Method in class org.xipki.ca.gateway.acme.AcmeResponder
- close() - Method in class org.xipki.ca.gateway.acme.CertEnroller
- close() - Method in class org.xipki.ca.gateway.acme.ChallengeValidator
- close() - Method in class org.xipki.ca.gateway.acme.NonceManager
- CMD_account - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_authz - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_cert - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_chall - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_directory - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_finalize - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_keyChange - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_newAccount - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_newNonce - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_newOrder - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_order - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_orders - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CMD_revokeCert - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- compound - org.xipki.ca.gateway.acme.type.AcmeError
-
Specific error conditions are indicated in the "subproblems" array.
- connection - org.xipki.ca.gateway.acme.type.AcmeError
-
The server could not connect to validation target.
- ContactVerifier - Interface in org.xipki.ca.gateway.acme
- ContactVerifier.DfltContactVerifier - Class in org.xipki.ca.gateway.acme
- copy() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- copy() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- copy() - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- copy() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- CT_JOSE_JSON - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CT_JSON - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CT_PEM_CERTIFICATE_CHAIN - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- CT_PROBLEM_JSON - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
D
- Data() - Constructor for class org.xipki.ca.gateway.acme.AcmeAccount.Data
- deactivated - org.xipki.ca.gateway.acme.type.AccountStatus
- deactivated - org.xipki.ca.gateway.acme.type.AuthzStatus
- decode(String) - Static method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- decode(String) - Static method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- decode(Map<String, Object>) - Static method in class org.xipki.ca.gateway.acme.AcmeAuthz
- decode(Map<String, Object>) - Static method in class org.xipki.ca.gateway.acme.AcmeChallenge
- decode(Map<String, Object>) - Static method in class org.xipki.ca.gateway.acme.AcmeIdentifier
- decodeAuthzs(String) - Static method in class org.xipki.ca.gateway.acme.AcmeAuthz
- destroy() - Method in class org.xipki.ca.gateway.acme.servlet.AcmeHttpFilter
- DfltContactVerifier() - Constructor for class org.xipki.ca.gateway.acme.ContactVerifier.DfltContactVerifier
- dns - org.xipki.ca.gateway.acme.type.AcmeError
-
There was a problem with a DNS query during identifier validation.
- DNS_01 - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- doFilter(XiHttpRequest, XiHttpResponse) - Method in class org.xipki.ca.gateway.acme.servlet.AcmeHttpFilter
E
- encode() - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- encode() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- encode() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- encode() - Method in class org.xipki.ca.gateway.acme.AcmeIdentifier
- encode() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- encodeAuthzs(List<AcmeAuthz>) - Static method in class org.xipki.ca.gateway.acme.AcmeAuthz
- equals(Object) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- equals(Object) - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- equals(Object) - Method in class org.xipki.ca.gateway.acme.AcmeIdentifier
- equals(Object) - Method in class org.xipki.ca.gateway.acme.AuthzId
- equals(Object) - Method in class org.xipki.ca.gateway.acme.ChallId
- equals(Object) - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- expired - org.xipki.ca.gateway.acme.type.AuthzStatus
- externalAccountRequired - org.xipki.ca.gateway.acme.type.AcmeError
-
The request must include a value for the "externalAccountBinding" field.
F
- FinalizeOrderPayload - Class in org.xipki.ca.gateway.acme.msg
- FinalizeOrderPayload() - Constructor for class org.xipki.ca.gateway.acme.msg.FinalizeOrderPayload
- flush() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- flush() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- flushOrderIfNotCached(AcmeOrder) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
G
- getAccount(long) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getAccount(long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getAccountForJwk(Map<String, String>) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getAccountForJwk(Map<String, String>) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getAccountId() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getAcme() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf
- getAcmeDetail() - Method in exception org.xipki.ca.gateway.acme.AcmeProtocolException
- getAcmeError() - Method in exception org.xipki.ca.gateway.acme.AcmeProtocolException
- getAuthorizations() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getAuthz() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getAuthz(byte[]) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getAuthz(int) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getAuthz(AuthzId) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getAuthzId() - Method in class org.xipki.ca.gateway.acme.ChallId
- getAuthzs() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getBaseUrl() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCa() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- getCa() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- getCaaIdentities() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCacheSize() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCaProfiles() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCert() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getCert(long) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getCertificate() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getCertificate() - Method in class org.xipki.ca.gateway.acme.msg.RevokeCertPayload
- getCertProfile() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- getCertReqMeta() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getCertSha256() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getChallenge() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge2
- getChallenge(ChallId) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getChallenges() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getChallenges() - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- getChallengesToValidate() - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getChallengesToValidate() - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getChallengeTypes() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCleanupOrder() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCode() - Method in enum org.xipki.ca.gateway.acme.type.AccountStatus
- getCode() - Method in enum org.xipki.ca.gateway.acme.type.AuthzStatus
- getCode() - Method in enum org.xipki.ca.gateway.acme.type.ChallengeStatus
- getCode() - Method in enum org.xipki.ca.gateway.acme.type.OrderStatus
- getContact() - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- getContact() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getContact() - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- getContact() - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- getContactVerifier() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getCsr() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getCsr() - Method in class org.xipki.ca.gateway.acme.msg.FinalizeOrderPayload
- getCsr(long) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getCsr(long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getData() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getDbConf() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getDetail() - Method in class org.xipki.ca.gateway.acme.type.Problem
- getDetail() - Method in class org.xipki.ca.gateway.acme.type.Subproblem
- getEncodedAuthzs() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getExpectedAuthorization() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getExpiredCertDays() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CleanupOrderConf
- getExpiredOrderDays() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CleanupOrderConf
- getExpires() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getExpires() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getExpires() - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- getExpires() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getExternalAccountBinding() - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- getExternalAccountBinding() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getExternalAccountBinding() - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- getExternalAccountBinding() - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- getFinalize() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getHttpError() - Method in exception org.xipki.ca.gateway.acme.AcmeProtocolException
- getId() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getId() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getIdentifier() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getIdentifier() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge2
- getIdentifier() - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- getIdentifier() - Method in class org.xipki.ca.gateway.acme.type.Subproblem
- getIdentifiers() - Method in class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- getIdentifiers() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getJwk() - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- getJwkSha256() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getKeyTypes() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- getLocation(String) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getLocation(String) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getNonceNumBytes() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getNotAfter() - Method in class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- getNotAfter() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getNotAfter() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- getNotBefore() - Method in class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- getNotBefore() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getNotBefore() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- getOnlyReturnExisting() - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- getOrder() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getOrder(long) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getOrder(long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getOrderForCert(byte[]) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getOrderForCertSha256(String) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getOrderId() - Method in class org.xipki.ca.gateway.acme.AuthzId
- getOrderId() - Method in class org.xipki.ca.gateway.acme.ChallId
- getOrderIds(long) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getOrderIds(long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getOrders() - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- getOrders() - Method in class org.xipki.ca.gateway.acme.msg.OrdersResponse
- getOrdersToEnroll() - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- getOrdersToEnroll() - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- getPayload() - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- getProtected() - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- getPublicKey() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getQualifiedCode() - Method in enum org.xipki.ca.gateway.acme.type.AcmeError
- getReason() - Method in class org.xipki.ca.gateway.acme.msg.RevokeCertPayload
- getSignature() - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- getStatus() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getStatus() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getStatus() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getStatus() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- getStatus() - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- getStatus() - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- getStatus() - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- getStatus() - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- getSubId() - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getSubId() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getSubId() - Method in class org.xipki.ca.gateway.acme.AuthzId
- getSubId() - Method in class org.xipki.ca.gateway.acme.ChallId
- getSubject() - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- getSubproblems() - Method in class org.xipki.ca.gateway.acme.type.Problem
- getSyncDbSeconds() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getTermsOfService() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getTermsOfServiceAgreed() - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- getTermsOfServiceAgreed() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- getTermsOfServiceAgreed() - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- getTermsOfServiceAgreed() - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- getTlsProfile() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- getToken() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getToken() - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- getTokenNumBytes() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- getType() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getType() - Method in class org.xipki.ca.gateway.acme.AcmeIdentifier
- getType() - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- getType() - Method in class org.xipki.ca.gateway.acme.type.Identifier
- getType() - Method in class org.xipki.ca.gateway.acme.type.Problem
- getType() - Method in class org.xipki.ca.gateway.acme.type.Subproblem
- getUrl() - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- getUrl(String) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- getValidated() - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- getValidated() - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- getValidityMs() - Method in class org.xipki.ca.gateway.acme.NonceManager
- getValue() - Method in class org.xipki.ca.gateway.acme.AcmeIdentifier
- getValue() - Method in class org.xipki.ca.gateway.acme.type.Identifier
- getWebsite() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
H
- hasJwk(Map<String, String>) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- HDR_ACCEPT - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- HDR_HOST - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- HDR_LINK - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- HDR_LOCATION - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- HDR_RETRY_AFTER - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- HTTP_01 - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
I
- id_pe_acmeIdentifier - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- Identifier - Class in org.xipki.ca.gateway.acme.type
- Identifier() - Constructor for class org.xipki.ca.gateway.acme.type.Identifier
- idText() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- idText() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- incorrectResponse - org.xipki.ca.gateway.acme.type.AcmeError
-
Response received didn't match the challenge's requirements.
- invalid - org.xipki.ca.gateway.acme.type.AuthzStatus
- invalid - org.xipki.ca.gateway.acme.type.ChallengeStatus
- invalid - org.xipki.ca.gateway.acme.type.OrderStatus
- invalidContact - org.xipki.ca.gateway.acme.type.AcmeError
-
A contact URL for an account was invalid.
- invalidContact - Static variable in interface org.xipki.ca.gateway.acme.ContactVerifier
J
- JoseMessage - Class in org.xipki.ca.gateway.acme.msg
- JoseMessage() - Constructor for class org.xipki.ca.gateway.acme.msg.JoseMessage
M
- malformed - org.xipki.ca.gateway.acme.type.AcmeError
-
The request message was malformed.
- mark() - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- mark() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
N
- NewAccountPayload - Class in org.xipki.ca.gateway.acme.msg
- NewAccountPayload() - Constructor for class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- newAcmeAccount() - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- newAcmeOrder(long, long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- newNonce() - Method in class org.xipki.ca.gateway.acme.NonceManager
- NewOrderPayload - Class in org.xipki.ca.gateway.acme.msg
- NewOrderPayload() - Constructor for class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- nextAccountId() - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- nextAuthzIds(int) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- nextChallIds(int) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- nextOrderId() - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- NonceManager - Class in org.xipki.ca.gateway.acme
- NonceManager(int) - Constructor for class org.xipki.ca.gateway.acme.NonceManager
O
- ofCode(int) - Static method in enum org.xipki.ca.gateway.acme.type.AccountStatus
- ofCode(int) - Static method in enum org.xipki.ca.gateway.acme.type.AuthzStatus
- ofCode(int) - Static method in enum org.xipki.ca.gateway.acme.type.ChallengeStatus
- ofCode(int) - Static method in enum org.xipki.ca.gateway.acme.type.OrderStatus
- orderIdExists(long) - Method in interface org.xipki.ca.gateway.acme.AcmeDataSource.IdChecker
- orderIdExists(long) - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- orderNotReady - org.xipki.ca.gateway.acme.type.AcmeError
-
The request attempted to finalize an order that is not ready to be finalized.
- OrderResponse - Class in org.xipki.ca.gateway.acme.msg
- OrderResponse() - Constructor for class org.xipki.ca.gateway.acme.msg.OrderResponse
- OrdersResponse - Class in org.xipki.ca.gateway.acme.msg
- OrdersResponse() - Constructor for class org.xipki.ca.gateway.acme.msg.OrdersResponse
- OrderStatus - Enum in org.xipki.ca.gateway.acme.type
- org.xipki.ca.gateway.acme - package org.xipki.ca.gateway.acme
- org.xipki.ca.gateway.acme.msg - package org.xipki.ca.gateway.acme.msg
- org.xipki.ca.gateway.acme.servlet - package org.xipki.ca.gateway.acme.servlet
- org.xipki.ca.gateway.acme.type - package org.xipki.ca.gateway.acme.type
P
- pending - org.xipki.ca.gateway.acme.type.AuthzStatus
- pending - org.xipki.ca.gateway.acme.type.ChallengeStatus
- pending - org.xipki.ca.gateway.acme.type.OrderStatus
- Problem - Class in org.xipki.ca.gateway.acme.type
- Problem() - Constructor for class org.xipki.ca.gateway.acme.type.Problem
- processing - org.xipki.ca.gateway.acme.type.ChallengeStatus
- processing - org.xipki.ca.gateway.acme.type.OrderStatus
R
- rateLimited - org.xipki.ca.gateway.acme.type.AcmeError
-
The request exceeds a rate limit.
- readConfFromFile(String) - Static method in class org.xipki.ca.gateway.acme.AcmeProxyConf
- ready - org.xipki.ca.gateway.acme.type.OrderStatus
- rejectedIdentifier - org.xipki.ca.gateway.acme.type.AcmeError
-
The server will not issue certificates for the identifier.
- removeNonce(String) - Method in class org.xipki.ca.gateway.acme.NonceManager
- RevokeCertPayload - Class in org.xipki.ca.gateway.acme.msg
- RevokeCertPayload() - Constructor for class org.xipki.ca.gateway.acme.msg.RevokeCertPayload
- revoked - org.xipki.ca.gateway.acme.type.AccountStatus
- revoked - org.xipki.ca.gateway.acme.type.AuthzStatus
- run() - Method in class org.xipki.ca.gateway.acme.CertEnroller
- run() - Method in class org.xipki.ca.gateway.acme.ChallengeValidator
S
- SC_BAD_REQUEST - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_CONFLICT - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_CREATED - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_FORBIDDEN - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_INTERNAL_SERVER_ERROR - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_METHOD_NOT_ALLOWED - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_NO_CONTENT - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_NOT_FOUND - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_OK - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- SC_UNAUTHORIZED - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- serverInternal - org.xipki.ca.gateway.acme.type.AcmeError
-
The server experienced an internal error.
- service(XiHttpRequest, byte[], AuditEvent) - Method in class org.xipki.ca.gateway.acme.AcmeResponder
- setAcme(AcmeProxyConf.Acme) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf
- setAuthorizations(List<String>) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setAuthz(AcmeAuthz) - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- setAuthzs(List<AcmeAuthz>) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setBaseUrl(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setCa(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- setCa(String) - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- setCaaIdentities(List<String>) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setCacheSize(int) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setCaProfiles(List<AcmeProxyConf.CaProfile>) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setCert(byte[]) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setCertificate(String) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setCertificate(String) - Method in class org.xipki.ca.gateway.acme.msg.RevokeCertPayload
- setCertProfile(String) - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- setCertReqMeta(CertReqMeta) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setCertSha256(String) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setChallenges(List<AcmeChallenge>) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- setChallenges(List<ChallengeResponse>) - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- setChallengeTypes(List<String>) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setCleanupOrder(AcmeProxyConf.CleanupOrderConf) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setContact(List<String>) - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- setContact(List<String>) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setContact(List<String>) - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- setContact(List<String>) - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- setContactVerifier(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setCsr(byte[]) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setCsr(String) - Method in class org.xipki.ca.gateway.acme.msg.FinalizeOrderPayload
- setData(AcmeAccount.Data) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setDbConf(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setDetail(String) - Method in class org.xipki.ca.gateway.acme.type.Problem
- setDetail(String) - Method in class org.xipki.ca.gateway.acme.type.Subproblem
- setExpiredCertDays(int) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CleanupOrderConf
- setExpiredOrderDays(int) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CleanupOrderConf
- setExpires(String) - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- setExpires(String) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setExpires(Instant) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- setExpires(Instant) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setExternalAccountBinding(JoseMessage) - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- setExternalAccountBinding(JoseMessage) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setExternalAccountBinding(JoseMessage) - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- setExternalAccountBinding(JoseMessage) - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- setFinalize(String) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setIdChecker(AcmeDataSource.IdChecker) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- setIdentifier(Identifier) - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- setIdentifier(Identifier) - Method in class org.xipki.ca.gateway.acme.type.Subproblem
- setIdentifiers(List<Identifier>) - Method in class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- setIdentifiers(List<Identifier>) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setInDb(boolean) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setInDb(boolean) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setJwk(Map<String, String>) - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- setJwk(Map<String, String>) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setJwkSha256(String) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setKeyTypes(List<String>) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- setNonceNumBytes(int) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setNotAfter(String) - Method in class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- setNotAfter(String) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setNotAfter(Instant) - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- setNotBefore(String) - Method in class org.xipki.ca.gateway.acme.msg.NewOrderPayload
- setNotBefore(String) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setNotBefore(Instant) - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- setOnlyReturnExisting(Boolean) - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- setOrder(AcmeOrder) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- setOrders(String) - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- setOrders(List<String>) - Method in class org.xipki.ca.gateway.acme.msg.OrdersResponse
- setPayload(String) - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- setProtected(String) - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- setReason(Integer) - Method in class org.xipki.ca.gateway.acme.msg.RevokeCertPayload
- setSignature(String) - Method in class org.xipki.ca.gateway.acme.msg.JoseMessage
- setStatus(AccountStatus) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setStatus(AccountStatus) - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- setStatus(AuthzStatus) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- setStatus(AuthzStatus) - Method in class org.xipki.ca.gateway.acme.msg.AuthzResponse
- setStatus(ChallengeStatus) - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- setStatus(ChallengeStatus) - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- setStatus(OrderStatus) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- setStatus(OrderStatus) - Method in class org.xipki.ca.gateway.acme.msg.OrderResponse
- setSubject(String) - Method in class org.xipki.ca.gateway.acme.type.CertReqMeta
- setSubproblems(Subproblem[]) - Method in class org.xipki.ca.gateway.acme.type.Problem
- setSyncDbSeconds(int) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setTermsOfService(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setTermsOfServiceAgreed(Boolean) - Method in class org.xipki.ca.gateway.acme.AcmeAccount.Data
- setTermsOfServiceAgreed(Boolean) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- setTermsOfServiceAgreed(Boolean) - Method in class org.xipki.ca.gateway.acme.msg.AccountResponse
- setTermsOfServiceAgreed(Boolean) - Method in class org.xipki.ca.gateway.acme.msg.NewAccountPayload
- setTlsProfile(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- setToken(String) - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- setTokenNumBytes(int) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- setType(String) - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- setType(String) - Method in class org.xipki.ca.gateway.acme.type.Identifier
- setType(String) - Method in class org.xipki.ca.gateway.acme.type.Problem
- setType(String) - Method in class org.xipki.ca.gateway.acme.type.Subproblem
- setUrl(String) - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- setValidated(String) - Method in class org.xipki.ca.gateway.acme.msg.ChallengeResponse
- setValidated(Instant) - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- setValidityMs(long) - Method in class org.xipki.ca.gateway.acme.NonceManager
- setValue(String) - Method in class org.xipki.ca.gateway.acme.type.Identifier
- setWebsite(String) - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.Acme
- singleRun() - Method in class org.xipki.ca.gateway.acme.CertEnroller
- singleRun() - Method in class org.xipki.ca.gateway.acme.ChallengeValidator
- start() - Method in class org.xipki.ca.gateway.acme.AcmeRepo
- start() - Method in class org.xipki.ca.gateway.acme.AcmeResponder
- Subproblem - Class in org.xipki.ca.gateway.acme.type
- Subproblem() - Constructor for class org.xipki.ca.gateway.acme.type.Subproblem
T
- tls - org.xipki.ca.gateway.acme.type.AcmeError
-
The server received a TLS error during validation.
- TLS_ALPN_01 - Static variable in class org.xipki.ca.gateway.acme.AcmeConstants
- toAcmeIdentifier() - Method in class org.xipki.ca.gateway.acme.type.Identifier
- toChallengeResponse(String, long, int) - Method in class org.xipki.ca.gateway.acme.AcmeChallenge
- toIdentifier() - Method in class org.xipki.ca.gateway.acme.AcmeIdentifier
- toIdText() - Method in class org.xipki.ca.gateway.acme.AuthzId
- toIdText() - Method in class org.xipki.ca.gateway.acme.ChallId
- toResponse(String) - Method in class org.xipki.ca.gateway.acme.AcmeAccount
- toResponse(String) - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- toResponse(String, long) - Method in class org.xipki.ca.gateway.acme.AcmeAuthz
- toString() - Method in class org.xipki.ca.gateway.acme.AuthzId
- toString() - Method in class org.xipki.ca.gateway.acme.ChallId
- toString() - Method in class org.xipki.ca.gateway.acme.type.Identifier
U
- unauthorized - org.xipki.ca.gateway.acme.type.AcmeError
-
The client lacks sufficient authorization.
- unsupportedContact - org.xipki.ca.gateway.acme.type.AcmeError
-
A contact URL for an account used an unsupported protocol scheme.
- unsupportedContact - Static variable in interface org.xipki.ca.gateway.acme.ContactVerifier
- unsupportedIdentifier - org.xipki.ca.gateway.acme.type.AcmeError
-
An identifier is of an unsupported type.
- updateAccount(AcmeAccount, AcmeAccount) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- updateOrder(AcmeOrder, AcmeOrder) - Method in class org.xipki.ca.gateway.acme.AcmeDataSource
- updateStatus() - Method in class org.xipki.ca.gateway.acme.AcmeOrder
- userActionRequired - org.xipki.ca.gateway.acme.type.AcmeError
-
Visit the "instance" URL and take actions specified there.
V
- valid - org.xipki.ca.gateway.acme.type.AccountStatus
- valid - org.xipki.ca.gateway.acme.type.AuthzStatus
- valid - org.xipki.ca.gateway.acme.type.ChallengeStatus
- valid - org.xipki.ca.gateway.acme.type.OrderStatus
- validate() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf.CaProfile
- validate() - Method in class org.xipki.ca.gateway.acme.AcmeProxyConf
- valueOf(String) - Static method in enum org.xipki.ca.gateway.acme.type.AccountStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xipki.ca.gateway.acme.type.AcmeError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xipki.ca.gateway.acme.type.AuthzStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xipki.ca.gateway.acme.type.ChallengeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xipki.ca.gateway.acme.type.OrderStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xipki.ca.gateway.acme.type.AccountStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xipki.ca.gateway.acme.type.AcmeError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xipki.ca.gateway.acme.type.AuthzStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xipki.ca.gateway.acme.type.ChallengeStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xipki.ca.gateway.acme.type.OrderStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verfifyContact(String) - Method in class org.xipki.ca.gateway.acme.ContactVerifier.DfltContactVerifier
- verfifyContact(String) - Method in interface org.xipki.ca.gateway.acme.ContactVerifier
All Classes All Packages