Uses of Interface
org.opensaml.xmlsec.encryption.KeyDerivationMethod
-
Packages that use KeyDerivationMethod Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of KeyDerivationMethod in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return KeyDerivationMethod Modifier and Type Method Description KeyDerivationMethodDerivedKey. getKeyDerivationMethod()Get the KeyDerivationMethod child element.Methods in org.opensaml.xmlsec.encryption with parameters of type KeyDerivationMethod Modifier and Type Method Description voidDerivedKey. setKeyDerivationMethod(KeyDerivationMethod method)Set the KeyDerivationMethod child element.
-