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