public class Password extends ObjectSE
修飾子と型 | メソッドと説明 |
---|---|
void | clear() パスワード値を安全にクリアします。 |
boolean | compareTo(StringSE password) |
char[] | getValue() パスワード値を決定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public Password(char[] value)
value
- パスワード値 NullPointerExceptionSE
- 値が null です public Password(StringSE value)
value
- パスワード値 NullPointerExceptionSE
- 値が null です public char[] getValue()
public void clear()
public boolean compareTo(StringSE password)
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.