@License public final class PKCS12Provider extends ProviderFactory<PKCS12Traits>
| Constructor and Description |
|---|
PKCS12Provider() |
| Modifier and Type | Method and Description |
|---|---|
AutoCloseableProvider |
getProvider(PKCS12Traits traits)
This is a do-nothing implementation since PKCS#12 key stores are self-
contained and need no supporting security provider to be accessed: everything
is stored in a file (or in a byte array, for what matters) and can be
loaded directly into a
KeyStore through the key store's own API. |
public AutoCloseableProvider getProvider(PKCS12Traits traits)
KeyStore through the key store's own API.getProvider in class ProviderFactory<PKCS12Traits>traits - the provider-specific set of configuration parameters.null.ProviderExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.