Class Secret

java.lang.Object
org.saidone.service.crypto.Secret

public class Secret extends Object
Container for a secret value retrieved from Vault.

Instances of this class are produced by SecretService when fetching encryption material. The version corresponds to the version number reported by Vault while data holds the secret bytes.

  • Constructor Details

    • Secret

      public Secret()