Class CryptoProvider
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
org.apache.harmony.security.provider.crypto.CryptoProvider
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
public final class CryptoProvider extends Provider
Implementation of Provider for SecureRandom, MessageDigest and Signature
using a Secure Hash Algorithm, SHA-1;
see SECURE HASH STANDARD, FIPS PUB 180-1 (http://www.itl.nist.gov/fipspubs/fip180-1.htm)
The implementation supports "SHA1PRNG", "SHA-1" and "SHA1withDSA" algorithms described in JavaTM Cryptography Architecture, API Specification & Reference
The implementation supports "SHA1PRNG", "SHA-1" and "SHA1withDSA" algorithms described in JavaTM Cryptography Architecture, API Specification & Reference
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service -
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors Constructor Description CryptoProvider()Creates a Provider and puts parameters -
Method Summary
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getService, getServices, getVersion, keySet, load, put, putAll, putService, remove, removeService, toString, valuesMethods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
-
Constructor Details
-
CryptoProvider
public CryptoProvider()Creates a Provider and puts parameters
-