org.apache.rahas.impl
Class AbstractIssuerConfig.KeyComputation
java.lang.Object
org.apache.rahas.impl.AbstractIssuerConfig.KeyComputation
- Enclosing class:
- AbstractIssuerConfig
- public static class AbstractIssuerConfig.KeyComputation
- extends Object
The key computation policy when clien't entropy is provided
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_COMPUTATION
public static final 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
AbstractIssuerConfig.KeyComputation
public AbstractIssuerConfig.KeyComputation()