Class SecretString

java.lang.Object
org.aoju.bus.gitlab.support.SecretString
All Implemented Interfaces:
AutoCloseable, CharSequence

public class SecretString extends Object implements CharSequence, AutoCloseable
This class implements a CharSequence that can be cleared of it's contained characters. This class is utilized to pass around secrets (passwords) instead of a String instance.