Interface SecretValue

All Known Implementing Classes:
AesSecretValue, DefaultSecretValue, EncryptedSecretValue

public interface SecretValue
  • Method Details

    • inPlace

      SecretValue inPlace()
    • toBase64e

      static String toBase64e(byte[] b)
    • fromBase64e

      static byte[] fromBase64e(String s)
    • withSecretValue

      default void withSecretValue(Consumer<char[]> con)
    • getSecret

      char[] getSecret()
    • getSecretValue

      default String getSecretValue()