Class Secret

java.lang.Object
org.projectnessie.client.auth.oauth2.Secret

public final class Secret extends Object
A secret that can be cleared once read.
  • Constructor Details

    • Secret

      public Secret(char... value)
    • Secret

      public Secret(String value)
  • Method Details

    • length

      public int length()
    • getCharsAndClear

      public char[] getCharsAndClear()
    • getStringAndClear

      public String getStringAndClear()
    • getBytesAndClear

      public byte[] getBytesAndClear(Charset charset)