Uses of Class
org.apache.xml.security.binding.xmlenc.CipherValueType
-
Packages that use CipherValueType Package Description org.apache.xml.security.binding.xmlenc -
-
Uses of CipherValueType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as CipherValueType Modifier and Type Field Description protected CipherValueTypeCipherDataType. cipherValueMethods in org.apache.xml.security.binding.xmlenc that return CipherValueType Modifier and Type Method Description CipherValueTypeObjectFactory. createCipherValueType()Create an instance ofCipherValueTypeCipherValueTypeCipherDataType. getCipherValue()Gets the value of the cipherValue property.Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type CipherValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherValueType>ObjectFactory. createCipherValue(CipherValueType value)Methods in org.apache.xml.security.binding.xmlenc with parameters of type CipherValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherValueType>ObjectFactory. createCipherValue(CipherValueType value)voidCipherDataType. setCipherValue(CipherValueType value)Sets the value of the cipherValue property.
-