net.schmizz.sshj.userauth.password
Class PasswordUtils
java.lang.Object
net.schmizz.sshj.userauth.password.PasswordUtils
public class PasswordUtils
- extends Object
Static utility method and factories
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordUtils
public PasswordUtils()
blankOut
public static void blankOut(char[] pwd)
- Blank out a character array
- Parameters:
pwd
- the character array
createOneOff
public static PasswordFinder createOneOff(char[] password)
- Parameters:
password
- the password as a char[]
- Returns:
- the constructed
PasswordFinder
Copyright © 2009-2012. All Rights Reserved.