Uses of Class
org.apache.xml.security.exceptions.AlgorithmAlreadyRegisteredException
-
Packages that use AlgorithmAlreadyRegisteredException Package Description org.apache.xml.security.algorithms org.apache.xml.security.c14n org.apache.xml.security.transforms -
-
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.algorithms
Methods in org.apache.xml.security.algorithms that throw AlgorithmAlreadyRegisteredException Modifier and Type Method Description static void
SignatureAlgorithm. register(java.lang.String algorithmURI, java.lang.Class<? extends SignatureAlgorithmSpi> implementingClass)
Registers implementing class of the SignatureAlgorithm with algorithmURIstatic void
SignatureAlgorithm. register(java.lang.String algorithmURI, java.lang.String implementingClass)
Registers implementing class of the SignatureAlgorithm with algorithmURI -
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.c14n
Methods in org.apache.xml.security.c14n that throw AlgorithmAlreadyRegisteredException Modifier and Type Method Description static void
Canonicalizer. register(java.lang.String algorithmURI, java.lang.Class<? extends CanonicalizerSpi> implementingClass)
Method registerstatic void
Canonicalizer. register(java.lang.String algorithmURI, java.lang.String implementingClass)
Method register -
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that throw AlgorithmAlreadyRegisteredException Modifier and Type Method Description static void
Transform. register(java.lang.String algorithmURI, java.lang.Class<? extends TransformSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURIstatic void
Transform. register(java.lang.String algorithmURI, java.lang.String implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
-