Uses of Interface
org.opensaml.saml2.core.EncryptedAttribute

Packages that use EncryptedAttribute
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
 

Uses of EncryptedAttribute in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return types with arguments of type EncryptedAttribute
 List<EncryptedAttribute> AttributeStatement.getEncryptedAttributes()
          Gets the encrypted attribtues expressed in this statement.
 

Uses of EncryptedAttribute in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement EncryptedAttribute
 class EncryptedAttributeImpl
          A concrete implementation of EncryptedAttribute.
 

Methods in org.opensaml.saml2.core.impl that return EncryptedAttribute
 EncryptedAttribute EncryptedAttributeBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 EncryptedAttribute EncryptedAttributeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.saml2.core.impl that return types with arguments of type EncryptedAttribute
 List<EncryptedAttribute> AttributeStatementImpl.getEncryptedAttributes()
          Gets the encrypted attribtues expressed in this statement.
 

Uses of EncryptedAttribute in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return EncryptedAttribute
 EncryptedAttribute Encrypter.encrypt(Attribute attribute)
          Encrypt the specified Attribute.
 

Methods in org.opensaml.saml2.encryption with parameters of type EncryptedAttribute
 Attribute Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
          Decrypt the specified EncryptedAttribute.
 



Copyright © 1999-2012. All Rights Reserved.