Class DetachedSignatureTest

    • Field Detail

      • log

        private final org.slf4j.Logger log
        Class logger.
      • goodCredential

        private BasicCredential goodCredential
        Key resolver containing proper verification key.
      • badCredential

        private BasicCredential badCredential
        Key resolver containing invalid verification key.
      • parserPool

        private BasicParserPool parserPool
        Parser pool used to parse example config files.
      • algoURI

        private String algoURI
        Signature algorithm URI.
    • Constructor Detail

      • DetachedSignatureTest

        public DetachedSignatureTest()