Uses of Class
com.sun.xml.security.core.xenc.CipherDataType
-
Packages that use CipherDataType Package Description com.sun.xml.security.core.xenc -
-
Uses of CipherDataType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as CipherDataType Modifier and Type Field Description protected CipherDataTypeEncryptedType. cipherDataMethods in com.sun.xml.security.core.xenc that return CipherDataType Modifier and Type Method Description CipherDataTypeObjectFactory. createCipherDataType()Create an instance ofCipherDataTypeCipherDataTypeEncryptedType. getCipherData()Gets the value of the cipherData property.Methods in com.sun.xml.security.core.xenc that return types with arguments of type CipherDataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CipherDataType>ObjectFactory. createCipherData(CipherDataType value)Methods in com.sun.xml.security.core.xenc with parameters of type CipherDataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CipherDataType>ObjectFactory. createCipherData(CipherDataType value)voidEncryptedType. setCipherData(CipherDataType value)Sets the value of the cipherData property.
-