Class AESConfig
java.lang.Object
com.atlassian.secrets.service.aes.AESConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()By default, Jackson will serialize Path objects as file strings with the file:// prefix.withResolvedKey(Path actualKeyDir)
-
Constructor Details
-
AESConfig
-
-
Method Details
-
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
-
withResolvedKey
-