SensitiveData is a generic class to handle and encapsulate sensitive data securely.
Constructors
new(label : String, value : T)
SourceInstance methods
inspect(io)
Override to hide the value
Sourcesensitive_data
Returns the sensitive value
Sourceto_s(io)
Override to hide the value
Source