Uses of Interface
org.opensaml.xml.encryption.AgreementMethod

Packages that use AgreementMethod
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
org.opensaml.xml.encryption.validator   
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. 
 

Uses of AgreementMethod in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement AgreementMethod
 class AgreementMethodImpl
          Concrete implementation of AgreementMethod.
 

Methods in org.opensaml.xml.encryption.impl that return AgreementMethod
 AgreementMethod AgreementMethodBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 AgreementMethod AgreementMethodBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 

Uses of AgreementMethod in org.opensaml.xml.encryption.validator
 

Methods in org.opensaml.xml.encryption.validator with parameters of type AgreementMethod
 void AgreementMethodSchemaValidator.validate(AgreementMethod xmlObject)
          Checks to see if a XMLObject is valid.
protected  void AgreementMethodSchemaValidator.validateAlgorithm(AgreementMethod xmlObject)
          Validate the algorithm URI.
 

Uses of AgreementMethod in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return types with arguments of type AgreementMethod
 List<AgreementMethod> KeyInfoType.getAgreementMethods()
          Get the list of AgreementMethod child elements.
 

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

Methods in org.opensaml.xml.signature.impl that return types with arguments of type AgreementMethod
 List<AgreementMethod> KeyInfoTypeImpl.getAgreementMethods()
          Get the list of AgreementMethod child elements.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.