Java android.security.keystore KeyProperties fields, constructors, methods, implement or subclass

Example usage for Java android.security.keystore KeyProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.security.keystore KeyProperties.

The text is from its open source code.

Field

intPURPOSE_ENCRYPT
Purpose of key: encryption.
intPURPOSE_DECRYPT
Purpose of key: decryption.
StringKEY_ALGORITHM_RSA
Rivest Shamir Adleman (RSA) key.
StringKEY_ALGORITHM_AES
Advanced Encryption Standard (AES) key.
StringBLOCK_MODE_CBC
Cipher Block Chaining (CBC) block mode.
StringENCRYPTION_PADDING_PKCS7
PKCS#7 encryption padding scheme.
StringENCRYPTION_PADDING_RSA_OAEP
RSA Optimal Asymmetric Encryption Padding (OAEP) scheme.
StringDIGEST_SHA256
SHA-2 256 (aka SHA-256) digest.
StringDIGEST_SHA512
SHA-2 512 (aka SHA-512) digest.