Class FileKeyEncryptorFactory
java.lang.Object
com.exceptionfactory.jagged.framework.crypto.FileKeyEncryptorFactory
Factory abstraction for instances of File Key Encryptor
-
Constructor Summary
ConstructorsConstructorDescriptionFile Key Encryptor Factory uses the system default Security Provider configurationFileKeyEncryptorFactory(Provider provider) File Key Encryptor Factory with support for custom Security Provider -
Method Summary
Modifier and TypeMethodDescriptionCreate new instance of File Key Encryptor using current configuration
-
Constructor Details
-
FileKeyEncryptorFactory
public FileKeyEncryptorFactory()File Key Encryptor Factory uses the system default Security Provider configuration -
FileKeyEncryptorFactory
File Key Encryptor Factory with support for custom Security Provider- Parameters:
provider- Security Provider supporting ChaCha20-Poly1305
-
-
Method Details
-
newFileKeyEncryptor
Create new instance of File Key Encryptor using current configuration- Returns:
- File Key Encryptor
-