Uses of Class
org.apache.xml.security.encryption.params.KeyDerivationParameters
-
Packages that use KeyDerivationParameters Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.params org.apache.xml.security.utils -
-
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 and keyBitLengthMethods 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.params
Subclasses of KeyDerivationParameters in org.apache.xml.security.encryption.params Modifier and Type Class Description classConcatKDFParamsClass ConcatKeyDerivationParameter is used to specify parameters for the ConcatKDF key derivation algorithm.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.
-