Uses of Interface
org.apache.xml.security.encryption.KeyDerivationMethod
-
Packages that use KeyDerivationMethod Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.keys.content org.apache.xml.security.encryption.keys.content.derivedKey -
-
Uses of KeyDerivationMethod in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyDerivationMethod Modifier and Type Method Description KeyDerivationMethodAgreementMethod. getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.Methods in org.apache.xml.security.encryption with parameters of type KeyDerivationMethod Modifier and Type Method Description static 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 KeyDerivationMethod Modifier and Type Method Description KeyDerivationMethodAgreementMethodImpl. getKeyDerivationMethod()Returns KeyDerivationMethod information used in theAgreementMethod.Methods in org.apache.xml.security.encryption.keys.content with parameters of type KeyDerivationMethod Modifier and Type Method Description voidAgreementMethodImpl. 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 KeyDerivationMethod Modifier and Type Class Description classKeyDerivationMethodImplClass KeyDerivationMethodImpl is an DOM implementation of the KeyDerivationMethod.
-