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

Packages that use EncryptedDataType
com.sun.xml.security.core.xenc   
com.sun.xml.ws.security.opt.impl.enc   
com.sun.xml.ws.security.secext11   
com.sun.xml.ws.security.trust.impl   
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.ws.security.opt.impl.enc
 

Constructors in com.sun.xml.ws.security.opt.impl.enc with parameters of type EncryptedDataType
JAXBEncryptedData(EncryptedDataType edt, Data data, Key key, SOAPVersion soapVersion)
          Creates a new instance of JAXBEncryptedData
JAXBEncryptedData(EncryptedDataType edt, Data data, SOAPVersion soapVersion)
           
 

Uses of EncryptedDataType in com.sun.xml.ws.security.secext11
 

Fields in com.sun.xml.ws.security.secext11 declared as EncryptedDataType
protected  EncryptedDataType EncryptedHeaderType.encryptedData
           
 

Methods in com.sun.xml.ws.security.secext11 that return EncryptedDataType
 EncryptedDataType EncryptedHeaderType.getEncryptedData()
          Gets the value of the encryptedData property.
 

Methods in com.sun.xml.ws.security.secext11 with parameters of type EncryptedDataType
 void EncryptedHeaderType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 

Uses of EncryptedDataType in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return EncryptedDataType
 EncryptedDataType SBIssuedSamlTokenContractImpl.createEncryptedData(String id, String dataEncAlgo, KeyInfo keyInfo, boolean contentOnly)
           
 

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-2015 Oracle Corporation. All Rights Reserved.