Class WhitelistBlacklistParameters

    • Constructor Detail

      • WhitelistBlacklistParameters

        public WhitelistBlacklistParameters()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getWhitelistedAlgorithms

        @Nonnull
        @NonnullElements
        @NotLive
        @Unmodifiable
        public Collection<String> getWhitelistedAlgorithms()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get the list of whitelisted algorithm URI's.
        Returns:
        the list of algorithms
      • setWhitelistedAlgorithms

        public void setWhitelistedAlgorithms​(@Nullable
                                             Collection<String> uris)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Set the list of whitelisted algorithm URI's.
        Parameters:
        uris - the list of algorithms
      • getBlacklistedAlgorithms

        @Nonnull
        @NonnullElements
        @NotLive
        @Unmodifiable
        public Collection<String> getBlacklistedAlgorithms()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get the list of blacklisted algorithm URI's.
        Returns:
        the list of algorithms
      • setBlacklistedAlgorithms

        public void setBlacklistedAlgorithms​(@Nonnull @NonnullElements
                                             Collection<String> uris)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Set the list of blacklisted algorithm URI's.
        Parameters:
        uris - the list of algorithms