PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.trust
Class ComputedKeyType

java.lang.Object
  extended by org.picketlink.identity.federation.ws.trust.ComputedKeyType

public class ComputedKeyType
extends Object


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

ComputedKeyType

public ComputedKeyType()

Creates an instance of ComputedKeyType.


ComputedKeyType

public ComputedKeyType(String algorithm)

Creates an instance of ComputedKeyType with the specified algorithm.

Parameters:
algorithm - the computed key algorithm.
Method Detail

getAlgorithm

public String getAlgorithm()

Obtains the algorithm used to compute the shared secret key.

Returns:
a String representing the computed key algorithm.

setAlgorithm

public void setAlgorithm(String algorithm)

Sets the algorithm used to compute the shared secret key.

Parameters:
algorithm - a String representing the computed key algorithm.

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.