Example usage for Java java.security Provider fields, constructors, methods, implement or subclass
The text is from its open source code.
Set | entrySet |
Class> | getClass() Returns the runtime class of this Object . |
String | getInfo() Returns a human-readable description of the provider and its services. |
String | getName() Returns the name of this provider. |
String | getProperty(String key) |
Service | getService(String type, String algorithm) Get the service describing this Provider's implementation of the specified type of this algorithm or alias. |
Set | getServices() Get an unmodifiable Set of all services supported by this Provider. |
double | getVersion() Returns the version number for this provider. |
Set | keySet() Returns an unmodifiable Set view of the property keys contained in this provider. |
Object | put(Object key, Object value) Sets the key property to have the specified value . |
Set | stringPropertyNames() Returns an unmodifiable set of keys from this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list. |
String | toString() Returns a string with the name and the version string of this provider. |