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 CipherValueType
CipherDataType. cipherValue
Methods in org.apache.xml.security.binding.xmlenc that return CipherValueType Modifier and Type Method Description CipherValueType
ObjectFactory. createCipherValueType()
Create an instance ofCipherValueType
CipherValueType
CipherDataType. 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)
void
CipherDataType. setCipherValue(CipherValueType value)
Sets the value of the cipherValue property.
-