com.ibm.security12.sun.security.provider
Class Sun
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--com.ibm.security12.java.security.Provider
|
+--com.ibm.security12.sun.security.provider.Sun
- public final class Sun
- extends Provider
Defines the SUN provider.
Algorithms supported, and their names:
- SHA is the message digest scheme described in FIPS 180-1.
Aliases for SHA are SHA-1 and SHA1.
- SHA1withDSA is the signature scheme described in FIPS 186.
(SHA used in DSA is SHA-1: FIPS 186 with Change No 1.)
Aliases for SHA1withDSA are DSA, DSS, SHA/DSA, SHA-1/DSA, SHA1/DSA,
SHAwithDSA, DSAWithSHA1, 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.
- See Also:
- Serialized Form
Constructor Summary |
Sun()
|
Methods inherited from class com.ibm.security12.java.security.Provider |
clear,
entrySet,
getInfo,
getName,
getVersion,
keySet,
load,
put,
putAll,
remove,
toString,
values |
Methods inherited from class java.util.Hashtable |
clone,
contains,
containsKey,
elements,
equals,
get,
hashCode,
isEmpty,
keys,
putAll,
rehash,
size |
Sun
public Sun()
containsValue
public boolean containsValue(Object value)
- Overrides:
- containsValue in class Hashtable