Package com.atlassian.secrets.service.aes
package com.atlassian.secrets.service.aes
-
ClassesClassDescriptionThis class, AESInPlaceEncryptionService, implements the SecretService interface and provides methods for sealing (encrypting) and unsealing (decrypting) secrets using the
AES/GCM/NoPaddingalgorithm.This class is responsible for generating a 256-bit AES key and writing it to a file.This class provides a security provider for the AES secret service.