Package | Description |
---|---|
org.alfresco.encryption |
Modifier and Type | Interface and Description |
---|---|
interface |
FallbackEncryptor
A fallback encryptor provides a fallback mechanism for decryption, first using the default
encryption keys and, if they fail (perhaps because they have been changed), falling back
to a backup set of keys.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncryptor
Basic support for encryption engines.
|
class |
DefaultEncryptor |
class |
DefaultFallbackEncryptor
The fallback encryptor provides a fallback mechanism for decryption, first using the default
encryption keys and, if they fail (perhaps because they have been changed), falling back
to a backup set of keys.
|
Modifier and Type | Field and Description |
---|---|
protected Encryptor |
DefaultEncryptionUtils.encryptor |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEncryptionUtils.setEncryptor(Encryptor encryptor) |
void |
DefaultFallbackEncryptor.setFallback(Encryptor fallback) |
void |
DefaultFallbackEncryptor.setMain(Encryptor main) |
Constructor and Description |
---|
DefaultFallbackEncryptor(Encryptor main,
Encryptor fallback) |
Copyright © 2005–2020 Alfresco Software. All rights reserved.