Package java.security

Class Provider

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,​Object>
Direct Known Subclasses:
AuthProvider, BouncyCastleProvider, CryptoProvider, DRLCertFactory, JSSEProvider, OpenSSLProvider

public abstract class Provider
extends Properties
Provider is the abstract superclass for all security providers in the Java security infrastructure.
See Also:
Serialized Form
  • Constructor Details

    • Provider

      protected Provider​(String name, double version, String info)
      Constructs a new instance of Provider with its name, version and description.
      Parameters:
      name - the name of the provider.
      version - the version of the provider.
      info - a description of the provider.
  • Method Details