Class Sun
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
org.mozilla.jss.netscape.security.provider.Sun
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
Defines the SUN provider.
Algorithm supported, and their names:
- SHA-1 is the message digest scheme decribed FIPS 180-1.
Aliases for SHA-1 are SHA.
- DSA is the signature scheme described in FIPS 186. (SHA used in
DSA is SHA-1: FIPS 186 with Change No 1.) Aliases for DSA are
SHA/DSA, SHA-1/DSA, SHA1/DSA, DSS and the object identifier
strings "OID.1.3.14.3.2.13", "OID.1.3.14.3.2.27" and
"OID.1.2.840.10040.4.3".
- DSA is the key generation scheme as described in FIPS 186.
Aliases for DSA include the OID strings "OID.1.3.14.3.2.12"
and "OID.1.2.840.10040.4.1".
- MD5 is the message digest scheme described in RFC 1321.
There are no aliases for MD5.
Notes: The name of algorithm described in FIPS-180 is SHA-0, and is
not supported by the SUN provider.)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
-
Field Summary
FieldsFields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.security.Provider
clear, compute, computeIfAbsent, computeIfPresent, configure, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, getVersionStr, isConfigured, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
Methods inherited from class java.util.Properties
clone, contains, containsKey, containsValue, equals, getProperty, hashCode, isEmpty, list, list, load, loadFromXML, propertyNames, rehash, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
info
-
-
Constructor Details
-
Sun
public Sun()
-