Compartilhar via


KeyChain.IsKeyAlgorithmSupported(String) Método

Definição

Retorna true se o dispositivo KeyChain atual oferecer suporte a um tipo específico PrivateKey indicado por algorithm (e.

[Android.Runtime.Register("isKeyAlgorithmSupported", "(Ljava/lang/String;)Z", "")]
public static bool IsKeyAlgorithmSupported (string algorithm);
[<Android.Runtime.Register("isKeyAlgorithmSupported", "(Ljava/lang/String;)Z", "")>]
static member IsKeyAlgorithmSupported : string -> bool

Parâmetros

algorithm
String

Retornos

Atributos

Comentários

Retorna true se o dispositivo KeyChain atual oferecer suporte a um tipo específico PrivateKey indicado por (por algorithm exemplo, "RSA").

Documentação Java para android.security.KeyChain.isKeyAlgorithmSupported(java.lang.String).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a