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