Uses of Class
org.apache.xml.security.encryption.params.KeyDerivationParameters
Packages that use KeyDerivationParameters
Package
Description
-
Uses of KeyDerivationParameters in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyDerivationParametersModifier and TypeMethodDescriptionstatic KeyDerivationParametersXMLCipherUtil.constructKeyDerivationParameter(KeyDerivationMethod keyDerivationMethod, int keyBitLength) Construct a KeyDerivationParameter object from the given keyDerivationMethod data and keyBitLength.Methods in org.apache.xml.security.encryption with parameters of type KeyDerivationParametersModifier and TypeMethodDescriptionstatic KeyAgreementParametersXMLCipherUtil.constructAgreementParameters(String agreementAlgorithmURI, KeyAgreementParameters.ActorType actorType, KeyDerivationParameters keyDerivationParameter, PrivateKey keyAgreementPrivateKey, PublicKey keyAgreementPublicKey) Construct an KeyAgreementParameterSpec object from the given parameters -
Uses of KeyDerivationParameters in org.apache.xml.security.encryption.keys.content.derivedKey
Classes in org.apache.xml.security.encryption.keys.content.derivedKey with type parameters of type KeyDerivationParametersModifier and TypeInterfaceDescriptioninterfaceDerivationAlgorithm<T extends KeyDerivationParameters>The DerivationAlgorithm is the base interface for all key derivation algorithms implementation. -
Uses of KeyDerivationParameters in org.apache.xml.security.encryption.params
Subclasses of KeyDerivationParameters in org.apache.xml.security.encryption.paramsModifier and TypeClassDescriptionclassClass ConcatKDFParams is used to specify parameters for the ConcatKDF key derivation algorithm.classClass HKDFParams (HKDF parameter) is used to specify parameters for the HMAC-based Extract-and-Expand Key Derivation Function.Methods in org.apache.xml.security.encryption.params that return KeyDerivationParametersConstructors in org.apache.xml.security.encryption.params with parameters of type KeyDerivationParametersModifierConstructorDescriptionKeyAgreementParameters(KeyAgreementParameters.ActorType actorType, String keyAgreementAlgorithm, KeyDerivationParameters keyDerivationParameter) -
Uses of KeyDerivationParameters in org.apache.xml.security.utils
Methods in org.apache.xml.security.utils with parameters of type KeyDerivationParametersModifier and TypeMethodDescriptionstatic byte[]KeyUtils.deriveKeyEncryptionKey(byte[] sharedSecret, KeyDerivationParameters keyDerivationParameter) Derive a key encryption key from a shared secret and keyDerivationParameter.