Package com.bld.crypto.aes.config.data
Class CipherAesSecret
java.lang.Object
com.bld.crypto.aes.config.data.CipherAesSecret
The Class CipherAesSecret.
-
Constructor Summary
ConstructorsConstructorDescriptionCipherAesSecret(Map<String, SecretKey> map) Instantiates a new cipher aes secret. -
Method Summary
-
Constructor Details
-
CipherAesSecret
Instantiates a new cipher aes secret.- Parameters:
map- the map
-
-
Method Details
-
getSecretKey
Gets the secret key.- Parameters:
name- the name- Returns:
- the secret key
-