public class ComputedKeyType extends Object
Constructor and Description |
---|
ComputedKeyType()
Creates an instance of
ComputedKeyType . |
ComputedKeyType(String algorithm)
Creates an instance of
ComputedKeyType with the specified algorithm. |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Obtains the algorithm used to compute the shared secret key.
|
void |
setAlgorithm(String algorithm)
Sets the algorithm used to compute the shared secret key.
|
public ComputedKeyType()
Creates an instance of ComputedKeyType
.
public ComputedKeyType(String algorithm)
Creates an instance of ComputedKeyType
with the specified algorithm.
algorithm
- the computed key algorithm.public String getAlgorithm()
Obtains the algorithm used to compute the shared secret key.
String
representing the computed key algorithm.public void setAlgorithm(String algorithm)
Sets the algorithm used to compute the shared secret key.
algorithm
- a String
representing the computed key algorithm.Copyright © 2021 JBoss by Red Hat. All rights reserved.