Uses of Class
com.sun.xml.security.core.xenc.EncryptedDataType

Packages that use EncryptedDataType
com.sun.xml.security.core.xenc   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of EncryptedDataType in com.sun.xml.security.core.xenc
 

Methods in com.sun.xml.security.core.xenc that return EncryptedDataType
 EncryptedDataType ObjectFactory.createEncryptedDataType()
          Create an instance of EncryptedDataType
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 

Methods in com.sun.xml.security.core.xenc with parameters of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 

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

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as EncryptedDataType
protected  EncryptedDataType EncryptedElementType.encryptedData
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return EncryptedDataType
 EncryptedDataType EncryptedElementType.getEncryptedData()
          Gets the value of the encryptedData property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type EncryptedDataType
 void EncryptedElementType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 



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