Uses of Interface
org.opensaml.xml.signature.Signature

Packages that use Signature
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   
 

Uses of Signature in org.opensaml.xml.security
 

Methods in org.opensaml.xml.security with parameters of type Signature
static void SecurityHelper.prepareSignatureParams(Signature signature, Credential signingCredential, SecurityConfiguration config, java.lang.String keyInfoGenName)
          Prepare a Signature with necessary additional information prior to signing.
 

Uses of Signature in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return Signature
 Signature XMLSignatureCredentialContext.getSignature()
          Gets the Signature element context.
 Signature SignableXMLObject.getSignature()
          Gets the Signature XMLObject.
 Signature AbstractSignableXMLObject.getSignature()
          Gets the Signature XMLObject.
 

Methods in org.opensaml.xml.signature with parameters of type Signature
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.
 

Method parameters in org.opensaml.xml.signature with type arguments of type Signature
static void Signer.signObjects(java.util.List<Signature> xmlObjects)
          Signs the given XMLObject in the order provided.
 

Constructors in org.opensaml.xml.signature with parameters of type Signature
XMLSignatureCredentialContext(Signature signature)
          Constructor.
 

Uses of Signature in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement Signature
 class SignatureImpl
          XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
 

Methods in org.opensaml.xml.signature.impl that return Signature
 Signature SignatureUnmarshaller.unmarshall(org.w3c.dom.Element signatureElement)
          Unmarshalls the given W3C DOM element into a XMLObject.
 

Methods in org.opensaml.xml.signature.impl with parameters of type Signature
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 ExplicitKeySignatureTrustEngine.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.
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.
 

Uses of Signature in org.opensaml.xml.signature.validator
 

Methods in org.opensaml.xml.signature.validator with parameters of type Signature
 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 © 2006-2012 Internet2. All Rights Reserved.