Package org.apache.rahas.impl
Class AbstractIssuerConfig.KeyComputation
java.lang.Object
org.apache.rahas.impl.AbstractIssuerConfig.KeyComputation
- Enclosing class:
- AbstractIssuerConfig
The key computation policy when clien't entropy is provided
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final QName
-
Constructor Summary
-
Method Summary
-
Field Details
-
KEY_COMPUTATION
-
KEY_COMP_USE_REQ_ENT
public static final int KEY_COMP_USE_REQ_ENT- See Also:
-
KEY_COMP_PROVIDE_ENT
public static final int KEY_COMP_PROVIDE_ENT- See Also:
-
KEY_COMP_USE_OWN_KEY
public static final int KEY_COMP_USE_OWN_KEY- See Also:
-
-
Constructor Details
-
KeyComputation
public KeyComputation()
-