public class SubjectPublicKeyInfoChecker
extends java.lang.Object
| Constructor and Description |
|---|
SubjectPublicKeyInfoChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkInfo(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo pubInfo) |
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.
|
public static void checkInfo(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo pubInfo)
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.