Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SignatureAlgorithm.register(java.lang.String algorithmURI,
java.lang.Class<? extends SignatureAlgorithmSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
|
static void |
SignatureAlgorithm.register(java.lang.String algorithmURI,
java.lang.String implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
|
Modifier and Type | Method and Description |
---|---|
static void |
Canonicalizer.register(java.lang.String algorithmURI,
java.lang.Class<CanonicalizerSpi> implementingClass)
Method register
|
static void |
Canonicalizer.register(java.lang.String algorithmURI,
java.lang.String implementingClass)
Method register
|
Modifier and Type | Method and Description |
---|---|
static void |
Transform.register(java.lang.String algorithmURI,
java.lang.Class<? extends TransformSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
|
static void |
Transform.register(java.lang.String algorithmURI,
java.lang.String implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
|
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.