mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Add javadocs.
This commit is contained in:
@@ -383,7 +383,7 @@ class CryptoComponentImpl implements CryptoComponent {
|
||||
ks.load(null);
|
||||
// Load or generate the stored key
|
||||
javax.crypto.SecretKey storedKey;
|
||||
Entry e = ks.getEntry(config.getAlias(), null);
|
||||
Entry e = ks.getEntry(config.getKeyAlias(), null);
|
||||
if (e == null) {
|
||||
if (!generateIfMissing) {
|
||||
LOG.warning("Key not found in keystore");
|
||||
|
||||
Reference in New Issue
Block a user