com.ibm.security.certclient.util

Class PkPassword

  1. java.lang.Object
  2. extended bycom.ibm.security.certclient.util.PkPassword

  1. public class PkPassword
  2. extends Object

Nested Class Summary

Modifier and Type Class and Description
  1. class
PkPassword.wipeClean

Field Summary

Modifier and Type Field and Description
  1. protected static
  2. String
sccsid

Constructor Summary

Constructor and Description
PkPassword()

Method Summary

Modifier and Type Method and Description
  1. String
prompt(String message)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

sccsid

  1. protected static final String sccsid
See Also:

Constructor Detail

PkPassword

  1. public PkPassword()

Method Detail

prompt

  1. public String prompt(String message)
  2. throws PkException
Throws: