Interface PublicKeyRecord

    • Method Detail

      • validate

        void validate()
      • isHashMethodSupported

        boolean isHashMethodSupported​(CharSequence hash)
      • isKeyTypeSupported

        boolean isKeyTypeSupported​(CharSequence hash)
      • getAcceptableHashMethods

        List<CharSequence> getAcceptableHashMethods()
        Returns:
        null if "any", otherwise a list of supported methods
      • getAcceptableKeyTypes

        List<CharSequence> getAcceptableKeyTypes()
        Returns:
        null if "any", otherwise a list of supported methods
      • getGranularityPattern

        Pattern getGranularityPattern()
      • isTesting

        boolean isTesting()
      • isDenySubdomains

        boolean isDenySubdomains()