@License public abstract class ProviderFactory<T extends ProviderTraits> extends Object
| Constructor and Description |
|---|
ProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract AutoCloseableProvider |
getProvider(T traits)
Creates and installs a security provider of the specific type, using the
given traits to perform its configuration.
|
public abstract AutoCloseableProvider getProvider(T traits) throws ProviderException
traits - the provider-specific set of configuration parameters.Provider if successful, null otherwise.SmartCardExceptionProviderExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.