| Package | Description |
|---|---|
| org.apache.xml.security.encryption | |
| org.apache.xml.security.encryption.keys.content | |
| org.apache.xml.security.encryption.keys.content.derivedKey |
| Modifier and Type | Method and Description |
|---|---|
KeyDerivationMethod |
AgreementMethod.getKeyDerivationMethod()
Returns KeyDerivationMethod information used in the
AgreementMethod. |
| Modifier and Type | Method and Description |
|---|---|
static KeyDerivationParameters |
XMLCipherUtil.constructKeyDerivationParameter(KeyDerivationMethod keyDerivationMethod,
int keyBitLength)
Construct a KeyDerivationParameter object from the given keyDerivationMethod data
and keyBitLength.
|
void |
AgreementMethod.setKeyDerivationMethod(KeyDerivationMethod keyDerivationMethod)
This method is used to set the
KeyDerivationMethod when the AgreementMethod is being
used to derive a key. |
| Modifier and Type | Method and Description |
|---|---|
KeyDerivationMethod |
AgreementMethodImpl.getKeyDerivationMethod()
Returns KeyDerivationMethod information used in the
AgreementMethod. |
| Modifier and Type | Method and Description |
|---|---|
void |
AgreementMethodImpl.setKeyDerivationMethod(KeyDerivationMethod keyDerivationMethod)
This method is used to set the
KeyDerivationMethod when the AgreementMethod is being
used to derive a key. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyDerivationMethodImpl
Class KeyDerivationMethodImpl is an DOM implementation of the KeyDerivationMethod.
|
Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.