Class WhitelistBlacklistParameters

    • Constructor Detail

      • WhitelistBlacklistParameters

        public WhitelistBlacklistParameters()
        Constructor.
    • Method Detail

      • setWhitelistedAlgorithms

        public void setWhitelistedAlgorithms​(@Nullable
                                             Collection<String> uris)
        Set the list of whitelisted algorithm URI's.
        Parameters:
        uris - the list of algorithms
      • setBlacklistedAlgorithms

        public void setBlacklistedAlgorithms​(@Nonnull @NonnullElements
                                             Collection<String> uris)
        Set the list of blacklisted algorithm URI's.
        Parameters:
        uris - the list of algorithms