Uses of Class
org.apache.xml.security.algorithms.JCEMapper.Algorithm
Packages that use JCEMapper.Algorithm
-
Uses of JCEMapper.Algorithm in org.apache.xml.security.algorithms
Fields in org.apache.xml.security.algorithms with type parameters of type JCEMapper.AlgorithmModifier and TypeFieldDescriptionprivate static Map<String,
JCEMapper.Algorithm> JCEMapper.algorithmsMap
Methods in org.apache.xml.security.algorithms that return JCEMapper.AlgorithmModifier and TypeMethodDescriptionprivate static JCEMapper.Algorithm
JCEMapper.getAlgorithm
(String algorithmURI) Method getAlgorithmMethods in org.apache.xml.security.algorithms with parameters of type JCEMapper.AlgorithmModifier and TypeMethodDescriptionstatic void
JCEMapper.register
(String id, JCEMapper.Algorithm algorithm) Method register