Class AESConfig

java.lang.Object
com.atlassian.secrets.service.aes.AESConfig

public class AESConfig extends Object
  • Constructor Details

    • AESConfig

      public AESConfig(Path key)
  • Method Details

    • getKeyAsString

      public String getKeyAsString()
      By default, Jackson will serialize Path objects as file strings with the file:// prefix. This overrides the method that is used for serialisation for example with `objectMapper.convertValue`.
      Returns:
      string representation of the key path
    • getKey

      public Path getKey()
    • withResolvedKey

      public AESConfig withResolvedKey(Path actualKeyDir)