| Package | Description |
|---|---|
| org.apache.xml.security.encryption | |
| org.apache.xml.security.encryption.params |
| Modifier and Type | Method and Description |
|---|---|
static KeyAgreementParameters |
XMLCipherUtil.constructAgreementParameters(String agreementAlgorithmURI,
KeyAgreementParameters.ActorType actorType,
KeyDerivationParameters keyDerivationParameter,
PrivateKey keyAgreementPrivateKey,
PublicKey keyAgreementPublicKey)
Construct an KeyAgreementParameterSpec object from the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
KeyAgreementParameters.ActorType |
KeyAgreementParameters.getActorType() |
static KeyAgreementParameters.ActorType |
KeyAgreementParameters.ActorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAgreementParameters.ActorType[] |
KeyAgreementParameters.ActorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KeyAgreementParameters(KeyAgreementParameters.ActorType actorType,
String keyAgreementAlgorithm,
KeyDerivationParameters keyDerivationParameter) |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.