public class EncryptorFactoryImpl extends EncryptorFactory
| Constructor and Description | 
|---|
EncryptorFactoryImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
Encryptor | 
getDefaultEncryptor()
Default encryptor that encrypts/descrypts using a default key. 
 | 
Encryptor | 
newRandomEncryptor()
Creates a new encryptor initialized with a random encryption key. 
 | 
getInstancepublic Encryptor getDefaultEncryptor()
EncryptorFactorygetDefaultEncryptor in class EncryptorFactorypublic Encryptor newRandomEncryptor()
EncryptorFactorynewRandomEncryptor in class EncryptorFactoryCopyright © 2019. All rights reserved.