|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmAlreadyRegisteredException | |
---|---|
org.apache.xml.security.algorithms | algorithm factories. |
org.apache.xml.security.c14n | Canonicalization related material and algorithms. |
org.apache.xml.security.transforms | the framework for XML Signature transforms. |
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.algorithms |
---|
Methods in org.apache.xml.security.algorithms that throw AlgorithmAlreadyRegisteredException | |
---|---|
static void |
SignatureAlgorithm.register(String algorithmURI,
Class<? extends SignatureAlgorithmSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI |
static void |
SignatureAlgorithm.register(String algorithmURI,
String implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI |
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.c14n |
---|
Methods in org.apache.xml.security.c14n that throw AlgorithmAlreadyRegisteredException | |
---|---|
static void |
Canonicalizer.register(String algorithmURI,
Class<? extends CanonicalizerSpi> implementingClass)
Method register |
static void |
Canonicalizer.register(String algorithmURI,
String implementingClass)
Method register |
Uses of AlgorithmAlreadyRegisteredException in org.apache.xml.security.transforms |
---|
Methods in org.apache.xml.security.transforms that throw AlgorithmAlreadyRegisteredException | |
---|---|
static void |
Transform.register(String algorithmURI,
Class<? extends TransformSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI |
static void |
Transform.register(String algorithmURI,
String implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |