| Constructor | Description |
|---|---|
CAFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static CA |
getCA(String name) |
Returns a CA by name.
|
static CA |
getDefault() |
Returns the default CA implementation, or
null if not found. |
public static CA getDefault() throws CAException
null if not found.
CAExceptiongetCA(java.lang.String)public static CA getCA(String name) throws CAException
The name can be either a fully qualified Java class name, or a classname without package name as present in this package.
CAException - when CA could not be instantiatedCopyright © 2010-2018 Nikhef / Stichting FOM. All Rights Reserved.