|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.technicalconnector.utils.SecureString
public class SecureString
Java implementation of the .NET SecureString class.
| Constructor Summary | |
|---|---|
SecureString(char[] value)
Creates an object of type SecureString. |
|
| Method Summary | |
|---|---|
void |
append(char[] chars)
Append more characters to this object. |
char[] |
getValue()
Get the content of this string as char[] |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureString(char[] value)
throws GeneralSecurityException
SecureString.
GeneralSecurityException| Method Detail |
|---|
public char[] getValue()
throws GeneralSecurityException
GeneralSecurityException
public void append(char[] chars)
throws GeneralSecurityException
GeneralSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||