private static final class KeyManagement.SimpleKeyProvider extends SafeKeyProvider<AesCipherParameters>
KeyProvider.Factory<P extends KeyProvider<?>>| Modifier and Type | Field and Description |
|---|---|
private AesCipherParameters |
key |
MIN_KEY_RETRY_DELAY| Constructor and Description |
|---|
KeyManagement.SimpleKeyProvider(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
protected AesCipherParameters |
getReadKeyImpl(boolean invalid) |
protected AesCipherParameters |
getWriteKeyImpl() |
void |
setKey(AesCipherParameters key) |
clone, getReadKey, getWriteKey, resetprivate AesCipherParameters key
protected AesCipherParameters getWriteKeyImpl()
getWriteKeyImpl in class SafeKeyProvider<AesCipherParameters>protected AesCipherParameters getReadKeyImpl(boolean invalid)
getReadKeyImpl in class SafeKeyProvider<AesCipherParameters>public void setKey(AesCipherParameters key)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.