Uses of Interface
org.apache.xml.security.encryption.KeyDerivationMethod
Packages that use KeyDerivationMethod
Package
Description
-
Uses of KeyDerivationMethod in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyDerivationMethodModifier and TypeMethodDescriptionAgreementMethod.getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.Methods in org.apache.xml.security.encryption with parameters of type KeyDerivationMethodModifier and TypeMethodDescriptionstatic KeyDerivationParametersXMLCipherUtil.constructKeyDerivationParameter(KeyDerivationMethod keyDerivationMethod, int keyBitLength) Construct a KeyDerivationParameter object from the given keyDerivationMethod data and keyBitLength.voidAgreementMethod.setKeyDerivationMethod(KeyDerivationMethod keyDerivationMethod) This method is used to set theKeyDerivationMethodwhen theAgreementMethodis being used to derive a key. -
Uses of KeyDerivationMethod in org.apache.xml.security.encryption.keys.content
Methods in org.apache.xml.security.encryption.keys.content that return KeyDerivationMethodModifier and TypeMethodDescriptionAgreementMethodImpl.getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.Methods in org.apache.xml.security.encryption.keys.content with parameters of type KeyDerivationMethodModifier and TypeMethodDescriptionvoidAgreementMethodImpl.setKeyDerivationMethod(KeyDerivationMethod keyDerivationMethod) This method is used to set theKeyDerivationMethodwhen theAgreementMethodis being used to derive a key. -
Uses of KeyDerivationMethod in org.apache.xml.security.encryption.keys.content.derivedKey
Classes in org.apache.xml.security.encryption.keys.content.derivedKey that implement KeyDerivationMethodModifier and TypeClassDescriptionclassClass KeyDerivationMethodImpl is an DOM implementation of the KeyDerivationMethod.