Uses of Class
org.apache.xml.security.algorithms.JCEMapper.Algorithm
-
Packages that use JCEMapper.Algorithm Package Description org.apache.xml.security.algorithms -
-
Uses of JCEMapper.Algorithm in org.apache.xml.security.algorithms
Fields in org.apache.xml.security.algorithms with type parameters of type JCEMapper.Algorithm Modifier and Type Field Description private static java.util.Map<java.lang.String,JCEMapper.Algorithm>
JCEMapper. algorithmsMap
Methods in org.apache.xml.security.algorithms that return JCEMapper.Algorithm Modifier and Type Method Description private static JCEMapper.Algorithm
JCEMapper. getAlgorithm(java.lang.String algorithmURI)
Method getAlgorithmMethods in org.apache.xml.security.algorithms with parameters of type JCEMapper.Algorithm Modifier and Type Method Description static void
JCEMapper. register(java.lang.String id, JCEMapper.Algorithm algorithm)
Method register
-