API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. Provider.Service View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      Provider.Service
Implements
Subclasses
Description
publicstatic class Provider.Service
  The description of a security service.
See also:   
Constructors
private Provider.Service (Provider provider)
public Provider.Service (Provider provider, String type, String algorithm, String className, List<String> aliases, Map<String, String> attributes)
  Construct a new service.
Methods
Hide/Show inherited methods
pack-private void addAttribute (String type, String value)
publicfinal String getAlgorithm ()
  Return the name of the algorithm of this service.
publicfinal String getAttribute (String name)
  Return the value of the specified attribute or null if this attribute is not set for this Service.
publicfinal String getClassName ()
  Return the name of the class implementing this service.
publicfinal Provider getProvider ()
  Return the Provider of this service.
publicfinal String getType ()
  Get the type of this service.
public Object newInstance (Object constructorParameter) throws NoSuchAlgorithmException
  Return a new instance of the implementation described by this service.
public boolean supportsParameter (Object parameter)
  Test whether this Service can use the specified parameter.
public String toString ()
  Return a String representation of this service.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar