|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.util.Properties
Utility method for accessing system properties.
Field Summary | |
static java.lang.String |
EMULATE_ORACLE
If set the provider will attempt, where possible, to behave the same way as the oracle one. |
Method Summary | |
static java.math.BigInteger |
asBigInteger(java.lang.String propertyName)
|
static int |
asInteger(java.lang.String propertyName,
int defaultValue)
|
static java.util.Set |
asKeySet(java.lang.String propertyName)
|
static java.lang.String |
getPropertyValue(java.lang.String propertyName)
|
static boolean |
isOverrideSet(java.lang.String propertyName)
Return whether a particular override has been set to true. |
static boolean |
isOverrideSet(java.lang.String propertyName,
boolean defIsTrue)
Return whether a particular override has been set to true. |
static boolean |
isOverrideSetTo(java.lang.String propertyName,
boolean isTrue)
Return whether a particular override has been set to false. |
static boolean |
removeThreadOverride(java.lang.String propertyName)
Remove any value for the specified override property for the current thread only. |
static boolean |
setThreadOverride(java.lang.String propertyName,
boolean enable)
Enable the specified override property for the current thread only. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String EMULATE_ORACLE
Method Detail |
public static boolean isOverrideSet(java.lang.String propertyName)
propertyName
- the property name for the override.
public static boolean isOverrideSet(java.lang.String propertyName, boolean defIsTrue)
propertyName
- the property name for the override.
public static boolean setThreadOverride(java.lang.String propertyName, boolean enable)
propertyName
- the property name for the override.enable
- true if the override should be enabled, false if it should be disabled.
public static boolean removeThreadOverride(java.lang.String propertyName)
propertyName
- the property name for the override.
public static boolean isOverrideSetTo(java.lang.String propertyName, boolean isTrue)
propertyName
- the property name for the override.isTrue
- true if the override should be true, false otherwise.
public static int asInteger(java.lang.String propertyName, int defaultValue)
public static java.math.BigInteger asBigInteger(java.lang.String propertyName)
public static java.util.Set asKeySet(java.lang.String propertyName)
public static java.lang.String getPropertyValue(java.lang.String propertyName)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |