| Package | Description |
|---|---|
| org.opensaml.xmlsec.signature.support |
Functional support for XML Signature.
|
| org.opensaml.xmlsec.signature.support.provider |
Provides Santuario-specific implementation of signing and validation.
|
| Modifier and Type | Field and Description |
|---|---|
private static SignerProvider |
Signer.signerInstance
The cached signer provider instance to use.
|
| Modifier and Type | Method and Description |
|---|---|
private static SignerProvider |
Signer.getSignerProvider()
Obtain the
SignerProvider instance to be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheSantuarioSignerProviderImpl
Implementation of
SignerProvider which is based on the Apache Santuario library
and is used with Signature instances which are instances of SignatureImpl. |