API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. KeyStore.PasswordProtection View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      KeyStore.PasswordProtection
Implements
 KeyStore.ProtectionParameter
 Destroyable
Subclasses
Description
publicstatic class KeyStore.PasswordProtection
  A password-based implementation of ProtectionParameter.
See also:   
Constructors
public KeyStore.PasswordProtection (char[] password)
  Creates a password parameter.
Methods
Hide/Show inherited methods
publicsynchronized void destroy () throws DestroyFailedException [Specified in Destroyable]
  Clears the password.
publicsynchronized char getPassword ()
  Gets the password.
publicsynchronized boolean isDestroyed () [Specified in Destroyable]
  Determines if password has been cleared.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar