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

Packages that use NewEncryptedID
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 NewEncryptedID in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return NewEncryptedID
 NewEncryptedID ManageNameIDRequest.getNewEncryptedID()
          Get the NewEncryptedID of the request.
 

Methods in org.opensaml.saml2.core with parameters of type NewEncryptedID
 void ManageNameIDRequest.setNewEncryptedID(NewEncryptedID newNewEncryptedID)
          Set the NewEncryptedID of the request.
 

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

Classes in org.opensaml.saml2.core.impl that implement NewEncryptedID
 class NewEncryptedIDImpl
          A concrete implementation of NewEncryptedID.
 

Methods in org.opensaml.saml2.core.impl that return NewEncryptedID
 NewEncryptedID NewEncryptedIDBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 NewEncryptedID NewEncryptedIDBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 NewEncryptedID ManageNameIDRequestImpl.getNewEncryptedID()
          Get the NewEncryptedID of the request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type NewEncryptedID
 void ManageNameIDRequestImpl.setNewEncryptedID(NewEncryptedID newNewEncryptedID)
          Set the NewEncryptedID of the request.
 

Uses of NewEncryptedID in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return NewEncryptedID
 NewEncryptedID Encrypter.encrypt(NewID newID)
          Encrypt the specified NewID.
 

Methods in org.opensaml.saml2.encryption with parameters of type NewEncryptedID
 NewID Decrypter.decrypt(NewEncryptedID newEncryptedID)
          Decrypt the specified NewEncryptedID.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.