public final class InitializationSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
initialized
Remember whether we have already been initialized.
|
| Modifier | Constructor and Description |
|---|---|
private |
InitializationSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
addBouncyCastleProvider()
Add an instance of the Bouncy Castle provider to the end of the provider list.
|
private static boolean |
haveECCProvider()
Do we have an ECC provider available?
|
static void |
initialize()
Initialize the environment.
|
private static boolean initialized
private static boolean haveECCProvider()
true if and only if we have an ECC provider availableprivate static void addBouncyCastleProvider()
public static void initialize()
throws org.opensaml.core.config.InitializationException
org.opensaml.core.config.InitializationException - if the OpenSAML environment cannot be initializedCopyright © 2011–2016. All rights reserved.