com.ibm.security.certclient.util
Class PkPassword
- java.lang.Object
com.ibm.security.certclient.util.PkPassword
- public class PkPassword
- extends Object
Nested Class Summary
| Modifier and Type | Class and Description |
|---|---|
|
PkPassword.wipeClean
|
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
sccsid
|
Constructor Summary
| Constructor and Description |
|---|
PkPassword()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
prompt(String message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
sccsid
- protected static final String sccsid
See Also:
Constructor Detail
PkPassword
- public PkPassword()
Method Detail
prompt
- public String prompt(String message)
- throws PkException
Throws: