Java.Security.Security.GetAlgorithms Method
Returns a Set of all registered algorithms for the specified cryptographic service.

Syntax

[Android.Runtime.Register("getAlgorithms", "(Ljava/lang/String;)Ljava/util/Set;", "")]
public static ICollection<string> GetAlgorithms (string serviceName)

Parameters

serviceName
the case-insensitive name of the service.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Set of all registered algorithms for the specified cryptographic service. "Signature", "Cipher" and "KeyStore" are examples for such kind of services.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1