Uses of Class
com.sun.xml.security.core.xenc.EncryptedDataType
-
-
Uses of EncryptedDataType in com.sun.xml.security.core.xenc
Methods in com.sun.xml.security.core.xenc that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeObjectFactory. createEncryptedDataType()Create an instance ofEncryptedDataTypeMethods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value)Methods in com.sun.xml.security.core.xenc with parameters of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value) -
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 Constructor Description JAXBEncryptedData(EncryptedDataType edt, Data data, com.sun.xml.ws.api.SOAPVersion soapVersion)JAXBEncryptedData(EncryptedDataType edt, Data data, Key key, com.sun.xml.ws.api.SOAPVersion soapVersion)Creates a new instance of JAXBEncryptedData -
Uses of EncryptedDataType in com.sun.xml.ws.security.secext11
Fields in com.sun.xml.ws.security.secext11 declared as EncryptedDataType Modifier and Type Field Description protected EncryptedDataTypeEncryptedHeaderType. encryptedDataMethods in com.sun.xml.ws.security.secext11 that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeEncryptedHeaderType. getEncryptedData()Gets the value of the encryptedData property.Methods in com.sun.xml.ws.security.secext11 with parameters of type EncryptedDataType Modifier and Type Method Description voidEncryptedHeaderType. 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 Modifier and Type Method Description EncryptedDataTypeSBIssuedSamlTokenContractImpl. 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 Modifier and Type Field Description protected EncryptedDataTypeEncryptedElementType. encryptedDataMethods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeEncryptedElementType. getEncryptedData()Gets the value of the encryptedData property.Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type EncryptedDataType Modifier and Type Method Description voidEncryptedElementType. setEncryptedData(EncryptedDataType value)Sets the value of the encryptedData property.
-