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 KeyDerivationMethodTypeDerivedKeyType. keyDerivationMethodMethods in org.apache.xml.security.binding.xmlenc11 that return KeyDerivationMethodType Modifier and Type Method Description KeyDerivationMethodTypeObjectFactory. createKeyDerivationMethodType()Create an instance ofKeyDerivationMethodTypeKeyDerivationMethodTypeDerivedKeyType. 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)voidDerivedKeyType. setKeyDerivationMethod(KeyDerivationMethodType value)Sets the value of the keyDerivationMethod property.
-