Uses of Interface
org.alfresco.encryption.Encryptor
Packages that use Encryptor
-
Uses of Encryptor in org.alfresco.encryption
Subinterfaces of Encryptor in org.alfresco.encryptionModifier and TypeInterfaceDescriptioninterface
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.Classes in org.alfresco.encryption that implement EncryptorModifier and TypeClassDescriptionclass
Basic support for encryption engines.class
class
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.Fields in org.alfresco.encryption declared as EncryptorMethods in org.alfresco.encryption with parameters of type EncryptorModifier and TypeMethodDescriptionvoid
DefaultEncryptionUtils.setEncryptor
(Encryptor encryptor) void
DefaultFallbackEncryptor.setFallback
(Encryptor fallback) void
Constructors in org.alfresco.encryption with parameters of type Encryptor