The members of Java.Security.Provider are listed below.
See Also: Inherited members from Java.Util.Properties
[read-only] | Info | string. Returns a description of the services being provided. |
[read-only] | Name | string. Returns the name of this provider. |
[read-only] | Services | ICollection<Provider.Service>. Returns an unmodifiable Set of all services registered by this provider. |
[read-only] | Version | double. Returns the version number for the services being provided. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetService(string, string)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)Maps the specified key property name to the specified value. |
PutService(Provider.Service)Adds a Service to this Provider. | ||
RemoveService(Provider.Service)Removes a previously registered Service from this Provider. |