Class CipherAesSecret

java.lang.Object
com.bld.crypto.aes.config.data.CipherAesSecret

public class CipherAesSecret extends Object
The Class CipherAesSecret.
  • Constructor Details

    • CipherAesSecret

      public CipherAesSecret(Map<String,SecretKey> map)
      Instantiates a new cipher aes secret.
      Parameters:
      map - the map
  • Method Details

    • getSecretKey

      public SecretKey getSecretKey(String name)
      Gets the secret key.
      Parameters:
      name - the name
      Returns:
      the secret key