AlgorithmSelector APIs
The AlgorithmSelector interface provides the ability to retrieve and configure allowed Key Algorithms for policy, key and certificate objects
📄️ Get the algorithm configured for an object
Returns the currently configured algorithm selector for the specified object
📄️ Set the algorithm configured for an object
Configures the specified object to use the provided algorithm
📄️ Find algorithm selectors for a specific security strength
Returns the list of algorithms that match the provided strength category
📄️ Get the allowed algorithms for a container
Returns the algorithm selectors that are allowed for objects of the specified class that are children of this container
📄️ Set the allowed algorithms for a container
Configures the specified container to limit use of algorithms to the provided algorithm list
📄️ Get details about an algorithm
Returns the algorithm matching the provided PKIX Parameter Set Oid
📄️ Get all algorithms
Retrieve all known algorithm definitions
📄️ Get allowed algorithms for an object
Retrieve the list of algorithms available for use. If **SchemaClass** is provided,
📄️ Get the globally allowed algorithms
Returns the globally allowed algorithms ordered by priority
📄️ Set the globally allowed algorithms
Algorithm priority is set based on the order of the oids provided