org.apache.rahas.impl
Class AbstractIssuerConfig.KeyComputation

java.lang.Object
  extended by org.apache.rahas.impl.AbstractIssuerConfig.KeyComputation
Enclosing class:
AbstractIssuerConfig

public static class AbstractIssuerConfig.KeyComputation
extends java.lang.Object

The key computation policy when clien't entropy is provided


Field Summary
static int KEY_COMP_PROVIDE_ENT
           
static int KEY_COMP_USE_OWN_KEY
           
static int KEY_COMP_USE_REQ_ENT
           
static javax.xml.namespace.QName KEY_COMPUTATION
           
 
Constructor Summary
AbstractIssuerConfig.KeyComputation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_COMPUTATION

public static final javax.xml.namespace.QName KEY_COMPUTATION

KEY_COMP_USE_REQ_ENT

public static final int KEY_COMP_USE_REQ_ENT
See Also:
Constant Field Values

KEY_COMP_PROVIDE_ENT

public static final int KEY_COMP_PROVIDE_ENT
See Also:
Constant Field Values

KEY_COMP_USE_OWN_KEY

public static final int KEY_COMP_USE_OWN_KEY
See Also:
Constant Field Values
Constructor Detail

AbstractIssuerConfig.KeyComputation

public AbstractIssuerConfig.KeyComputation()