Class AesOnlyAlgorithmSecretStore

java.lang.Object
com.atlassian.secrets.store.algorithm.AlgorithmSecretStore
com.atlassian.secrets.store.algorithm.AesOnlyAlgorithmSecretStore
All Implemented Interfaces:
SecretStore

public class AesOnlyAlgorithmSecretStore extends AlgorithmSecretStore
A cipher which only supports encryption/decryption with the AES algorithm. Will throw an IllegalArgumentException when used with any other algorithm.