Android.Security.KeyChain: Method Members

The methods of Android.Security.KeyChain are listed below. For a list of all members, see the KeyChain Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
ChoosePrivateKeyAlias(Android.App.Activity, IKeyChainAliasCallback, string[], Java.Security.IPrincipal[], string, int, string)
Launches an Activity for the user to select the alias for a private key and certificate pair for authentication.
static
CreateInstallIntent() : Android.Content.Intent
Returns an Intent that can be used for credential installation.
static
GetCertificateChain(Android.Content.Context, string) : Java.Security.Cert.X509Certificate[]
Returns the X509Certificate chain for the requested alias, or null if no there is no result.
static
GetPrivateKey(Android.Content.Context, string) : Java.Security.IPrivateKey
Returns the PrivateKey for the requested alias, or null if no there is no result.
static
IsBoundKeyAlgorithm(string) : bool
Returns true if the current device's KeyChain binds any PrivateKey of the given algorithm to the device once imported or generated.
static
IsKeyAlgorithmSupported(string) : bool
Returns true if the current device's KeyChain supports a specific PrivateKey type indicated by algorithm (e.g.