Package | Description |
---|---|
org.opensaml.xml.security |
Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.signature.validator |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityHelper.prepareSignatureParams(Signature signature,
Credential signingCredential,
SecurityConfiguration config,
String keyInfoGenName)
Prepare a
Signature with necessary additional information prior to signing. |
Modifier and Type | Method and Description |
---|---|
Signature |
SignableXMLObject.getSignature()
Gets the Signature XMLObject.
|
Signature |
XMLSignatureCredentialContext.getSignature()
Gets the Signature element context.
|
Signature |
AbstractSignableXMLObject.getSignature()
Gets the Signature XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.xml.security.signature.XMLSignature |
SignatureValidator.buildSignature(Signature signature)
Constructs an
XMLSignature from the given signature object. |
void |
SignableXMLObject.setSignature(Signature newSignature)
Sets the Signature XMLObject.
|
void |
AbstractSignableXMLObject.setSignature(Signature newSignature)
Sets the Signature XMLObject.
|
static void |
Signer.signObject(Signature signature)
Signs a single XMLObject.
|
void |
SignatureValidator.validate(Signature signature)
Checks to see if a XMLObject is valid.
|
Modifier and Type | Method and Description |
---|---|
static void |
Signer.signObjects(List<Signature> xmlObjects)
Signs the given XMLObject in the order provided.
|
Constructor and Description |
---|
XMLSignatureCredentialContext(Signature signature)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SignatureImpl
XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
|
Modifier and Type | Method and Description |
---|---|
Signature |
SignatureUnmarshaller.unmarshall(Element signatureElement)
Unmarshalls the given W3C DOM element into a XMLObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSignatureTrustEngine.checkParams(Signature signature,
CriteriaSet trustBasisCriteria)
Check the signature and credential criteria for required values.
|
boolean |
PKIXSignatureTrustEngine.validate(Signature signature,
CriteriaSet trustBasisCriteria)
Validates the token against trusted information obtained in an
implementation-specific manner.
|
boolean |
ChainingSignatureTrustEngine.validate(Signature token,
CriteriaSet trustBasisCriteria)
Validates the token against trusted information obtained in an
implementation-specific manner.
|
boolean |
ExplicitKeySignatureTrustEngine.validate(Signature signature,
CriteriaSet trustBasisCriteria)
Validates the token against trusted information obtained in an
implementation-specific manner.
|
protected boolean |
BaseSignatureTrustEngine.validate(Signature signature,
TrustBasisType trustBasis)
Attempt to establish trust by resolving signature verification credentials from the Signature's KeyInfo.
|
protected boolean |
BaseSignatureTrustEngine.verifySignature(Signature signature,
Credential credential)
Attempt to verify a signature using the key from the supplied credential.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureSchemaValidator.validate(Signature xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
SignatureSchemaValidator.validateCanonicalizationMethod(Signature xmlObject)
Check the canonicalization method.
|
protected void |
SignatureSchemaValidator.validateSignatureMethod(Signature xmlObject)
Check the signature method.
|
Copyright © 1999-2012. All Rights Reserved.