Class AesOnlyAlgorithmSecretStore
java.lang.Object
com.atlassian.secrets.store.algorithm.AlgorithmSecretStore
com.atlassian.secrets.store.algorithm.AesOnlyAlgorithmSecretStore
- All Implemented Interfaces:
SecretStore
A cipher which only supports encryption/decryption with the AES algorithm. Will throw an
IllegalArgumentException
when used with any other algorithm.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DecryptionParametersencrypt(EncryptionParameters parameters) protected SealedObjectgetEncryptedPassword(DecryptionParameters dataToDecrypt) Methods inherited from class com.atlassian.secrets.store.algorithm.AlgorithmSecretStore
get, store
-
Constructor Details
-
AesOnlyAlgorithmSecretStore
public AesOnlyAlgorithmSecretStore()
-
-
Method Details
-
encrypt
- Overrides:
encryptin classAlgorithmSecretStore
-
getEncryptedPassword
- Overrides:
getEncryptedPasswordin classAlgorithmSecretStore
-