Package | Description |
---|---|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.signature.support |
Functional support for XML Signature.
|
Modifier and Type | Field and Description |
---|---|
private Signature |
AbstractSignableXMLObject.signature
Signature child.
|
Modifier and Type | Method and Description |
---|---|
Signature |
SignableXMLObject.getSignature()
Gets the Signature XMLObject.
|
Signature |
AbstractSignableXMLObject.getSignature()
Gets the Signature XMLObject.
|
Modifier and Type | Method and Description |
---|---|
void |
SignableXMLObject.setSignature(Signature newSignature)
Sets the Signature XMLObject.
|
void |
AbstractSignableXMLObject.setSignature(Signature newSignature)
Sets the Signature XMLObject.
|
Modifier and Type | Field and Description |
---|---|
private Signature |
XMLSignatureCredentialContext.sig
The Signature element context.
|
Modifier and Type | Method and Description |
---|---|
Signature |
XMLSignatureCredentialContext.getSignature()
Gets the Signature element context.
|
Modifier and Type | Method and Description |
---|---|
static void |
SignatureSupport.prepareSignatureParams(Signature signature,
SignatureSigningParameters parameters)
Prepare a
Signature with necessary additional information prior to signing. |
void |
SignerProvider.signObject(Signature signature)
Signs a single XMLObject.
|
static void |
Signer.signObject(Signature signature)
Signs a single XMLObject.
|
void |
SignaturePrevalidator.validate(Signature signature)
Validate the signature according to the requirements represented by the validator.
|
static void |
SignatureValidator.validate(Signature signature,
Credential validationCredential)
Validate the given XML Signature using the given candidate validation Credential.
|
void |
SignatureValidationProvider.validate(Signature signature,
Credential validationCredential)
Validate the given XML Signature using the given candidate validation Credential.
|
Modifier and Type | Method and Description |
---|---|
static void |
Signer.signObjects(List<Signature> signatures)
Signs the given XMLObject in the order provided.
|
Constructor and Description |
---|
XMLSignatureCredentialContext(Signature signature)
Constructor.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.