Skip to content

Commit 6199a05

Browse files
committed
Updated Doc.md: Updated KeyStore API
1 parent 8354900 commit 6199a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/Doc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ The Repository contains a Wrapper that is used to perform cryptographic operatio
6161
### Libraries
6262
- **Robusta**
6363
- **JNI**
64+
6465
- **KeyStore API**
66+
The [Android Keystore system](https://developer.android.com/privacy-and-security/keystore) manages the handling of cryptographic keys for us. With the help of other APIs, we can use the keys to encrypt and decrypt data, as well as sign and verify it.
6567

6668
## Installation Guide
6769

0 commit comments

Comments
 (0)