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
See Also:
Serialized Form
  • Constructor Details

    • CryptoProvider

      public CryptoProvider()
      Creates a Provider and puts parameters