KeyStoreSpi.EngineIsKeyEntry(String) Method

Definition

Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.

[Android.Runtime.Register("engineIsKeyEntry", "(Ljava/lang/String;)Z", "GetEngineIsKeyEntry_Ljava_lang_String_Handler")]
public abstract bool EngineIsKeyEntry (string? alias);
[<Android.Runtime.Register("engineIsKeyEntry", "(Ljava/lang/String;)Z", "GetEngineIsKeyEntry_Ljava_lang_String_Handler")>]
abstract member EngineIsKeyEntry : string -> bool

Parameters

alias
String

the alias for the keystore entry to be checked

Returns

true if the entry identified by the given alias is a key-related, false otherwise.

Attributes

Remarks

Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.

Java documentation for java.security.KeyStoreSpi.engineIsKeyEntry(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to