| Package | Description |
|---|---|
| net.shibboleth.metadata.dom |
Implementations of core APIs that operate on W3C DOM based metadata.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLSignatureSigningStage.ShaVariant |
XMLSignatureSigningStage.shaVariant
SHA algorithm variant used in signature and digest algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
XMLSignatureSigningStage.ShaVariant |
XMLSignatureSigningStage.getShaVariant()
Gets the SHA algorithm variant used when computing the signature and digest.
|
static XMLSignatureSigningStage.ShaVariant |
XMLSignatureSigningStage.ShaVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSignatureSigningStage.ShaVariant[] |
XMLSignatureSigningStage.ShaVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSignatureSigningStage.setShaVariant(XMLSignatureSigningStage.ShaVariant variant)
Sets the SHA algorithm variant used when computing the signature and digest.
|
Copyright © 1999–2016. All rights reserved.