public class SecureString extends Object
| Constructor and Description |
|---|
SecureString(char[] value)
Creates an object of type
SecureString. |
| Modifier and Type | Method and Description |
|---|---|
void |
append(char[] chars)
Append more characters to this object.
|
char[] |
getValue()
Get the content of this string as char[]
|
public SecureString(char[] value)
throws GeneralSecurityException
SecureString.GeneralSecurityExceptionpublic char[] getValue()
throws GeneralSecurityException
GeneralSecurityExceptionpublic void append(char[] chars)
throws GeneralSecurityException
GeneralSecurityException
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.