|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.ws.trust.ComputedKeyType
public class ComputedKeyType
Constructor Summary | |
---|---|
ComputedKeyType()
Creates an instance of ComputedKeyType . |
|
ComputedKeyType(String algorithm)
Creates an instance of ComputedKeyType with the specified algorithm. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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.
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |