public interface KeyDerivationMethod
KeyDerivationParameters for
various key derivation algorithms.
The Schema for KeyDerivationMethod is as follows:
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Returns the algorithm URI of this
KeyDerivationMethod. |
KDFParams |
getKDFParams()
Returns the KDF parameters used by the key derivation algorithm.
|
String getAlgorithm()
KeyDerivationMethod.KDFParams getKDFParams() throws XMLSecurityException
ConcatKDFParams and
HKDFParams.XMLSecurityException - if the KDFParams cannot be createdCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.