Uses of Class
org.apache.xml.security.exceptions.AlgorithmAlreadyRegisteredException
Packages that use AlgorithmAlreadyRegisteredException
Package
Description
-
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.algorithms
Methods in org.apache.xml.security.algorithms that throw AlgorithmAlreadyRegisteredExceptionModifier and TypeMethodDescriptionstatic void
SignatureAlgorithm.register
(String algorithmURI, Class<? extends SignatureAlgorithmSpi> implementingClass) Registers implementing class of the SignatureAlgorithm with algorithmURIstatic void
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 -
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that throw AlgorithmAlreadyRegisteredExceptionModifier and TypeMethodDescriptionstatic void
Transform.register
(String algorithmURI, Class<? extends TransformSpi> implementingClass) Registers implementing class of the Transform algorithm with algorithmURIstatic void
Registers implementing class of the Transform algorithm with algorithmURI