KeyStoreWrapper
This class provides utilities to interact with the Android KeyStore. For more information on the KeyStore, see KeyStore.
Author
bhariharan
Functions
Link copied to clipboard
Generates an EC keypair of length 256, and returns the private key.
Link copied to clipboard
Generates an EC keypair of length 256, and returns the public key.
Link copied to clipboard
Generates an EC keypair of length 256, and returns the encoded public key string.
Link copied to clipboard
Returns an instance of this class, after initializing the KeyStore if required.
Link copied to clipboard
Generates an RSA keypair and returns the private key of length 2048.
Generates an RSA keypair and returns the private key.
Link copied to clipboard
Generates an RSA keypair and returns the public key of length 2048.
Generates an RSA keypair and returns the public key.
Link copied to clipboard
Generates an RSA keypair and returns the encoded public key string of length 2048.
Generates an RSA keypair and returns the encoded public key string.
Link copied to clipboard
Checks if the RSA key supports OAEP encryption padding.