Uses of Class
com.sun.xml.security.core.xenc.EncryptedDataType
-
Packages that use EncryptedDataType Package Description 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 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 jakarta.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 jakarta.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value) -
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.
-