Uses of Interface
org.opensaml.saml2.metadata.EncryptionMethod

Packages that use EncryptionMethod
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.validator Validation rules for SAML 2.0 metadata types and elements. 
org.opensaml.security Classes related to verifying various credentials within a SAML system. 
 

Uses of EncryptionMethod in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type EncryptionMethod
 java.util.List<EncryptionMethod> KeyDescriptor.getEncryptionMethods()
          Gets the encryption methods that are supported by the entity.
 

Uses of EncryptionMethod in org.opensaml.saml2.metadata.impl
 

Methods in org.opensaml.saml2.metadata.impl that return EncryptionMethod
 EncryptionMethod EncryptionMethodBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 EncryptionMethod EncryptionMethodBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type EncryptionMethod
 java.util.List<EncryptionMethod> KeyDescriptorImpl.getEncryptionMethods()
          Gets the encryption methods that are supported by the entity.
 

Uses of EncryptionMethod in org.opensaml.saml2.metadata.validator
 

Methods in org.opensaml.saml2.metadata.validator with parameters of type EncryptionMethod
 void EncryptionMethodSchemaValidator.validate(EncryptionMethod encMethod)
          
protected  void EncryptionMethodSchemaValidator.validateAlgorithm(EncryptionMethod encMethod)
          Checks that Algorithm URI attribute is present and not empty.
 

Uses of EncryptionMethod in org.opensaml.security
 

Methods in org.opensaml.security that return types with arguments of type EncryptionMethod
 java.util.List<EncryptionMethod> SAMLMDCredentialContext.getEncryptionMethod()
          Return the list of EncryptionMethod's associated with credential context.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.