Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.EncryptedElementType

Packages that use EncryptedElementType
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of EncryptedElementType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as EncryptedElementType
protected  EncryptedElementType SubjectConfirmationType.encryptedID
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return EncryptedElementType
 EncryptedElementType ObjectFactory.createEncryptedElementType()
          Create an instance of EncryptedElementType
 EncryptedElementType SubjectConfirmationType.getEncryptedID()
          Gets the value of the encryptedID property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type EncryptedElementType
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAssertion(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAttribute(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type EncryptedElementType
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAssertion(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedAttribute(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 JAXBElement<EncryptedElementType> ObjectFactory.createEncryptedID(EncryptedElementType value)
          Create an instance of JAXBElement<EncryptedElementType>}
 void SubjectConfirmationType.setEncryptedID(EncryptedElementType value)
          Sets the value of the encryptedID property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.