Package | Description |
---|---|
be.ac.ulb.infof307.g02.database |
Modifier and Type | Method and Description |
---|---|
void |
KeyStorer.storeAllKeys(java.security.KeyPair keyPair,
byte[] encryptedAESKey,
User user)
Store the user's key chain (RSA keypair, encrypted AES key and salt)
|
void |
KeyDB.storePublicData(java.lang.String username,
java.security.PublicKey publicKey,
byte[] encryptedAESKey,
byte[] salt)
Store user's public data (RSA public key, encrypted AES key and salt) in the key table
|