Class ElytronMessages_$logger

    • Field Detail

      • log

        public static final org.wildfly.security.x500.cert.acme.ElytronMessages log
      • acme

        public static final org.wildfly.security.x500.cert.acme.ElytronMessages acme
    • Constructor Detail

      • ElytronMessages_$logger

        public ElytronMessages_$logger​(Logger log)
    • Method Detail

      • getLoggingLocale

        protected Locale getLoggingLocale()
      • unableToDetermineKeySize$str

        protected String unableToDetermineKeySize$str()
      • unableToDetermineDefaultCompatibleSignatureAlgorithmName$str

        protected String unableToDetermineDefaultCompatibleSignatureAlgorithmName$str()
      • unableToDetermineDefaultCompatibleSignatureAlgorithmName

        public final IllegalArgumentException unableToDetermineDefaultCompatibleSignatureAlgorithmName​(String keyAlgorithmName)
      • acmeAccountKeyPairGenerationFailed$str

        protected String acmeAccountKeyPairGenerationFailed$str()
      • noAcmeServerUrlGiven$str

        protected String noAcmeServerUrlGiven$str()
      • unsupportedAcmeAccountSignatureAlgorithm$str

        protected String unsupportedAcmeAccountSignatureAlgorithm$str()
      • unsupportedAcmeAccountSignatureAlgorithm

        public final IllegalArgumentException unsupportedAcmeAccountSignatureAlgorithm​(String signatureAlgorithm)
      • unableToCreateAcmeSignature$str

        protected String unableToCreateAcmeSignature$str()
      • unableToRetrieveAcmeServerDirectoryUrls$str

        protected String unableToRetrieveAcmeServerDirectoryUrls$str()
      • unableToRetrieveAcmeServerDirectoryUrls

        public final AcmeException unableToRetrieveAcmeServerDirectoryUrls​(Exception cause)
      • noNonceProvidedByAcmeServer$str

        protected String noNonceProvidedByAcmeServer$str()
      • noNonceProvidedByAcmeServer

        public final AcmeException noNonceProvidedByAcmeServer()
      • noLocationUrlProvidedByAcmeServer$str

        protected String noLocationUrlProvidedByAcmeServer$str()
      • noLocationUrlProvidedByAcmeServer

        public final AcmeException noLocationUrlProvidedByAcmeServer​(String urlType)
      • unableToObtainNewNonceFromAcmeServer$str

        protected String unableToObtainNewNonceFromAcmeServer$str()
      • unableToObtainNewNonceFromAcmeServer

        public final AcmeException unableToObtainNewNonceFromAcmeServer()
      • unableToObtainJsonResponseFromAcmeServer$str

        protected String unableToObtainJsonResponseFromAcmeServer$str()
      • unableToObtainJsonResponseFromAcmeServer

        public final AcmeException unableToObtainJsonResponseFromAcmeServer​(Exception cause)
      • unexpectedResponseCodeFromAcmeServer$str

        protected String unexpectedResponseCodeFromAcmeServer$str()
      • unexpectedResponseCodeFromAcmeServer

        public final AcmeException unexpectedResponseCodeFromAcmeServer​(int responseCode,
                                                                        String responseMessage)
      • badAcmeNonce$str

        protected String badAcmeNonce$str()
      • unexpectedContentTypeFromAcmeServer$str

        protected String unexpectedContentTypeFromAcmeServer$str()
      • unexpectedContentTypeFromAcmeServer

        public final AcmeException unexpectedContentTypeFromAcmeServer​(String contentType)
      • invalidContentTypeFromAcmeServer$str

        protected String invalidContentTypeFromAcmeServer$str()
      • invalidContentTypeFromAcmeServer

        public final AcmeException invalidContentTypeFromAcmeServer()
      • domainNameIsNull$str

        protected String domainNameIsNull$str()
      • domainNameIsNull

        public final AcmeException domainNameIsNull()
      • domainNamesIsEmpty$str

        protected String domainNamesIsEmpty$str()
      • domainNamesIsEmpty

        public final AcmeException domainNamesIsEmpty()
      • noCertificateUrlProvidedByAcmeServer$str

        protected String noCertificateUrlProvidedByAcmeServer$str()
      • noCertificateUrlProvidedByAcmeServer

        public final AcmeException noCertificateUrlProvidedByAcmeServer()
      • noCertificateWillBeIssuedByAcmeServer$str

        protected String noCertificateWillBeIssuedByAcmeServer$str()
      • noCertificateWillBeIssuedByAcmeServer

        public final AcmeException noCertificateWillBeIssuedByAcmeServer()
      • unableToGetEncodedFormOfCertificateToBeRevoked$str

        protected String unableToGetEncodedFormOfCertificateToBeRevoked$str()
      • unableToGetEncodedFormOfCertificateToBeRevoked

        public final AcmeException unableToGetEncodedFormOfCertificateToBeRevoked​(Exception cause)
      • unableToDetermineKeyAuthorizationString$str

        protected String unableToDetermineKeyAuthorizationString$str()
      • unableToDetermineKeyAuthorizationString

        public final AcmeException unableToDetermineKeyAuthorizationString​(Exception cause)
      • challengeResponseFailedValidationByAcmeServer$str

        protected String challengeResponseFailedValidationByAcmeServer$str()
      • challengeResponseFailedValidationByAcmeServer

        public final AcmeException challengeResponseFailedValidationByAcmeServer()
      • unableToDownloadCertificateChainFromAcmeServer$str

        protected String unableToDownloadCertificateChainFromAcmeServer$str()
      • unableToDownloadCertificateChainFromAcmeServer

        public final AcmeException unableToDownloadCertificateChainFromAcmeServer​(Exception cause)
      • acmeAccountDoesNotExist$str

        protected String acmeAccountDoesNotExist$str()
      • acmeAccountDoesNotExist

        public final AcmeException acmeAccountDoesNotExist()
      • userActionRequired$str

        protected String userActionRequired$str()
      • rateLimitExceededTryAgainLater$str

        protected String rateLimitExceededTryAgainLater$str()
      • rateLimitExceededTryAgainLater

        public final AcmeException rateLimitExceededTryAgainLater​(Instant instant)
      • rateLimitExceeded$str

        protected String rateLimitExceeded$str()
      • rateLimitExceeded

        public final AcmeException rateLimitExceeded()
      • resourceNotSupportedByAcmeServer$str

        protected String resourceNotSupportedByAcmeServer$str()
      • resourceNotSupportedByAcmeServer

        public final AcmeException resourceNotSupportedByAcmeServer​(String resource)
      • unsupportedAcmeAccountPublicKeyType$str

        protected String unsupportedAcmeAccountPublicKeyType$str()
      • unableToDetermineCurveParameterFromAlgHeader$str

        protected String unableToDetermineCurveParameterFromAlgHeader$str()
      • unableToDetermineCurveParameterFromAlgHeader

        public final IllegalArgumentException unableToDetermineCurveParameterFromAlgHeader​(String algHeader)
      • noAcmeServerStagingUrlGiven$str

        protected String noAcmeServerStagingUrlGiven$str()
      • noAcmeServerStagingUrlGiven

        public final AcmeException noAcmeServerStagingUrlGiven()