Class Secret
java.lang.Object
org.projectnessie.client.auth.oauth2.Secret
A secret that can be cleared once read.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Secret
public Secret(char... value) -
Secret
-
-
Method Details
-
length
public int length() -
getCharsAndClear
public char[] getCharsAndClear() -
getStringAndClear
-
getBytesAndClear
-