Java.Security.Provider Members

The members of Java.Security.Provider are listed below.

See Also: Inherited members from Java.Util.Properties

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Constructs a new instance of Provider with its name, version and description.

Public Properties

[read-only]
Infostring. Returns a description of the services being provided.
[read-only]
Namestring. Returns the name of this provider.
[read-only]
ServicesICollection<Provider.Service>. Returns an unmodifiable Set of all services registered by this provider.
[read-only]
Versiondouble. Returns the version number for the services being provided.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.