Class SystemDksKeystoreProvider
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- java.security.Provider
-
- com.github.marschall.systemdkskeystore.SystemDksKeystoreProvider
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public final class SystemDksKeystoreProvider extends Provider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemDksKeystoreProvider()
-
Method Summary
-
Methods inherited from class java.security.Provider
clear, compute, computeIfAbsent, computeIfPresent, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
-
Methods inherited from class java.util.Properties
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
-
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size
-
-
-
-
Field Detail
-
NAME
public static final String NAME
The name of this security provider.- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
The type of keystore that uses directories to store certificates.- See Also:
- Constant Field Values
-
-