Java.Security.Provider: Method Members

The methods of Java.Security.Provider are listed below. For a list of all members, see the Provider Members list.

See Also: Inherited members from Java.Util.Properties

Public Methods

GetService(string, string) : Provider.Service
Returns the service with the specified type implementing the specified algorithm, or null if no such implementation exists.
Put(Java.Lang.Object, Java.Lang.Object) : Java.Lang.Object
Maps the specified key property name to the specified value.

Protected Methods

PutService(Provider.Service)
Adds a Service to this Provider.
RemoveService(Provider.Service)
Removes a previously registered Service from this Provider.