- java.lang.Object
-
- io.github.mmm.crypto.key.store.KeyStoreConfig
-
- io.github.mmm.crypto.key.store.KeyStoreConfigPkcs12
-
public class KeyStoreConfigPkcs12 extends KeyStoreConfig
KeyStoreConfig
withtype
"PKCS12" (Public-Key Cryptography Standards #12). For details see PKCS#12. PKCS#12 is a quite complex and generic format. It allows to define the encryption via an "AlgorithmIdentifier" so- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description KeyStoreConfigPkcs12(CryptoResource resource, String password)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExtension()
-
Methods inherited from class io.github.mmm.crypto.key.store.KeyStoreConfig
getPassword, getProvider, getResource, getType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
Thetype
"PKCS12".- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KeyStoreConfigPkcs12
public KeyStoreConfigPkcs12(CryptoResource resource, String password)
The constructor.
-
-
Method Detail
-
getExtension
public String getExtension()
- Overrides:
getExtension
in classKeyStoreConfig
- Returns:
- the (default) file extension for the keystore.
-
-