| Package | Description |
|---|---|
| org.opensaml.xmlsec.algorithm |
Configuration and support classes for security algorithms.
|
| org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmRegistry |
AlgorithmSupport.getGlobalAlgorithmRegistry()
Get the global
AlgorithmRegistry instance. |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmRegistry |
BasicEncryptionParametersResolver.getAlgorithmRegistry()
Get the
AlgorithmRegistry instance used when resolving algorithm URIs. |
AlgorithmRegistry |
BasicSignatureSigningParametersResolver.getAlgorithmRegistry()
Get the
AlgorithmRegistry instance used when resolving algorithm URIs. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicEncryptionParametersResolver.setAlgorithmRegistry(AlgorithmRegistry registry)
Set the
AlgorithmRegistry instance used when resolving algorithm URIs. |
void |
BasicSignatureSigningParametersResolver.setAlgorithmRegistry(AlgorithmRegistry registry)
Set the
AlgorithmRegistry instance used when resolving algorithm URIs. |
| Constructor and Description |
|---|
AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry)
Constructor.
|
Copyright © 2021. All rights reserved.