Uses of Class
org.apache.xml.security.binding.xmlenc11.KeyDerivationMethodType
-
Packages that use KeyDerivationMethodType Package Description org.apache.xml.security.binding.xmlenc11 -
-
Uses of KeyDerivationMethodType in org.apache.xml.security.binding.xmlenc11
Fields in org.apache.xml.security.binding.xmlenc11 declared as KeyDerivationMethodType Modifier and Type Field Description protected KeyDerivationMethodType
DerivedKeyType. keyDerivationMethod
Methods in org.apache.xml.security.binding.xmlenc11 that return KeyDerivationMethodType Modifier and Type Method Description KeyDerivationMethodType
ObjectFactory. createKeyDerivationMethodType()
Create an instance ofKeyDerivationMethodType
KeyDerivationMethodType
DerivedKeyType. getKeyDerivationMethod()
Gets the value of the keyDerivationMethod property.Methods in org.apache.xml.security.binding.xmlenc11 that return types with arguments of type KeyDerivationMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyDerivationMethodType>
ObjectFactory. createKeyDerivationMethod(KeyDerivationMethodType value)
Methods in org.apache.xml.security.binding.xmlenc11 with parameters of type KeyDerivationMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyDerivationMethodType>
ObjectFactory. createKeyDerivationMethod(KeyDerivationMethodType value)
void
DerivedKeyType. setKeyDerivationMethod(KeyDerivationMethodType value)
Sets the value of the keyDerivationMethod property.
-