Class AcmeAuthorization


  • public class AcmeAuthorization
    extends Object
    • Constructor Detail

      • AcmeAuthorization

        public AcmeAuthorization​(@NotNull
                                 String domain,
                                 @NotNull
                                 String challengeFileName,
                                 @NotNull
                                 String challengeFileContent,
                                 @NotNull
                                 String domainDescription)
      • AcmeAuthorization

        public AcmeAuthorization​(@NotNull
                                 String domain,
                                 @NotNull
                                 String challengeFileName,
                                 @NotNull
                                 String challengeFileContent)
    • Method Detail

      • getDomain

        @NotNull
        public String getDomain()
      • getChallengeFileName

        @NotNull
        public String getChallengeFileName()
      • getChallengeFileContent

        @NotNull
        public String getChallengeFileContent()
      • getDomainDescription

        @NotNull
        public String getDomainDescription()