Java.Security.Security Members

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

See Also: Inherited members from Java.Lang.Object

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

static
AddProvider(Java.Security.Provider) : int
Adds the given provider to the collection of providers at the next available position.
static
GetAlgorithmProperty(string, string) : string
Returns value for the specified algorithm with the specified name.
static
GetAlgorithms(string) : ICollection<string>
Returns a Set of all registered algorithms for the specified cryptographic service.
static
GetProperty(string) : string
Returns the value of the security property named by the argument.
static
GetProvider(string) : Java.Security.Provider
Returns the Provider with the specified name.
static
GetProviders() : Java.Security.Provider[]
Returns an array containing all installed providers.
static
GetProviders(IDictionary<string, string>) : Java.Security.Provider[]
Documentation for this section has not yet been entered.
static
GetProviders(string) : Java.Security.Provider[]
Returns the array of providers which meet the user supplied string filter.
static
InsertProviderAt(Java.Security.Provider, int) : int
Insert the given Provider at the specified position.
static
RemoveProvider(string)
Removes the Provider with the specified name form the collection of providers.
static
SetProperty(string, string)
Sets the value of the specified security property.