Android.Security Namespace
Provides access to a few facilities of the Android security
subsystems.
Remarks
Provides access to a few facilities of the Android security subsystems.
Classes
| Type | Reason |
|---|---|
| IKeyChainAliasCallback | The KeyChainAliasCallback is the callback for KeyChain.ChoosePrivateKeyAlias(Activity,IKeyChainAliasCallback,IKeyChainAliasCallback,IKeyChainAliasCallback,IKeyChainAliasCallback,IKeyChainAliasCallback,IKeyChainAliasCallback). |
| KeyChain | The KeyChain class provides access to private keys and their corresponding certificate chains in credential storage. |
| KeyChainException | Thrown on problems accessing the KeyChain. |
| KeyPairGeneratorSpec | This provides the required parameters needed for initializing the KeyPairGenerator that works with Android KeyStore facility. |
| KeyPairGeneratorSpec+Builder | Builder class for KeyPairGeneratorSpec objects. |
| KeyStoreParameter | This provides the optional parameters that can be specified for KeyStore entries that work with Android KeyStore facility. |
| Builder | Builder class for KeyStoreParameter objects. |

