Package org.correomqtt.core.encryption
Class EncryptorAesGcm
java.lang.Object
org.correomqtt.core.encryption.EncryptorAesGcm
- All Implemented Interfaces:
Encryptor
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ENCRYPTION_TRANSFORMATION
- See Also:
-
-
Constructor Details
-
EncryptorAesGcm
-
-
Method Details
-
decrypt
- Specified by:
decrypt
in interfaceEncryptor
- Throws:
EncryptionRecoverableException
-
encrypt
- Specified by:
encrypt
in interfaceEncryptor
- Throws:
EncryptionRecoverableException
-
passwordsDTOtoString
- Specified by:
passwordsDTOtoString
in interfaceEncryptor
-
getEncryptionTranslation
- Specified by:
getEncryptionTranslation
in interfaceEncryptor
-