Class Sun

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    public final class Sun
    extends java.security.Provider
    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:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.security.Provider

        java.security.Provider.Service
    • Field Summary

      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor Description
      Sun()  
    • 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Sun

        public Sun()