Package com.atlassian.secrets.service.aes


package com.atlassian.secrets.service.aes
  • Classes
    Class
    Description
     
    This class, AESInPlaceEncryptionService, implements the SecretService interface and provides methods for sealing (encrypting) and unsealing (decrypting) secrets using the AES/GCM/NoPadding algorithm.
    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.