Package | Description |
---|---|
org.apache.xml.security.algorithms | |
org.apache.xml.security.c14n | |
org.apache.xml.security.transforms |
Modifier and Type | Method | Description |
---|---|---|
static void |
SignatureAlgorithm.register(String algorithmURI,
Class<? extends SignatureAlgorithmSpi> implementingClass) |
Registers implementing class of the SignatureAlgorithm with algorithmURI
|
static void |
SignatureAlgorithm.register(String algorithmURI,
String implementingClass) |
Registers implementing class of the SignatureAlgorithm with algorithmURI
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Canonicalizer.register(String algorithmURI,
Class<? extends CanonicalizerSpi> implementingClass) |
Method register
|
static void |
Canonicalizer.register(String algorithmURI,
String implementingClass) |
Method register
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.