Uses of Class
org.apache.xml.security.encryption.params.KeyDerivationParameters
-
-
Uses of KeyDerivationParameters in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return KeyDerivationParameters Modifier and Type Method Description static 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 KeyDerivationParameters Modifier and Type Method Description static 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 KeyDerivationParameters Modifier and Type Interface Description interfaceDerivationAlgorithm<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.params Modifier and Type Class Description classConcatKDFParamsClass ConcatKDFParams is used to specify parameters for the ConcatKDF key derivation algorithm.classHKDFParamsClass 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 KeyDerivationParameters Modifier and Type Method Description KeyDerivationParametersKeyAgreementParameters. getKeyDerivationParameter()Constructors in org.apache.xml.security.encryption.params with parameters of type KeyDerivationParameters Constructor Description KeyAgreementParameters(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 KeyDerivationParameters Modifier and Type Method Description static byte[]KeyUtils. deriveKeyEncryptionKey(byte[] sharedSecret, KeyDerivationParameters keyDerivationParameter)Derive a key encryption key from a shared secret and keyDerivationParameter.
-