java.security
Class KeyStore.PasswordProtection
java.lang.Object
java.security.KeyStore.PasswordProtection
- All Implemented Interfaces:
- KeyStore.ProtectionParameter, Destroyable
- Enclosing class:
- KeyStore
public static class KeyStore.PasswordProtection
- extends Object
- implements KeyStore.ProtectionParameter, Destroyable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStore.PasswordProtection
public KeyStore.PasswordProtection(char[] password)
getPassword
public char[] getPassword()
destroy
public void destroy()
throws DestroyFailedException
- Specified by:
destroy in interface Destroyable
- Throws:
DestroyFailedException
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyed in interface Destroyable
Please submit a feedback, bug or feature