| Package | Description |
|---|---|
| org.dihedron.crypto.providers.pkcs12 |
| Modifier and Type | Method and Description |
|---|---|
AutoCloseableProvider |
PKCS12Provider.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. |
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.