KeyStore.EntryInstanceOf(String, Class) Method

Definition

Determines if the keystore Entry for the specified alias is an instance or subclass of the specified entryClass.

[Android.Runtime.Register("entryInstanceOf", "(Ljava/lang/String;Ljava/lang/Class;)Z", "")]
public bool EntryInstanceOf (string? alias, Java.Lang.Class? entryClass);
[<Android.Runtime.Register("entryInstanceOf", "(Ljava/lang/String;Ljava/lang/Class;)Z", "")>]
member this.EntryInstanceOf : string * Java.Lang.Class -> bool

Parameters

alias
String

the alias name

entryClass
Class

the entry class

Returns

true if the keystore Entry for the specified alias is an instance or subclass of the specified entryClass, false otherwise

Attributes

Remarks

Determines if the keystore Entry for the specified alias is an instance or subclass of the specified entryClass.

Added in 1.5.

Java documentation for java.security.KeyStore.entryInstanceOf(java.lang.String, java.lang.Class<? extends java.security.KeyStore.Entry>).

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