maspack.fileutil.vfs
Class EncryptedIdentityAuthenticator
java.lang.Object
maspack.fileutil.vfs.EncryptedIdentityAuthenticator
public class EncryptedIdentityAuthenticator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedIdentityAuthenticator
public EncryptedIdentityAuthenticator(AESCrypter crypter)
EncryptedIdentityAuthenticator
public EncryptedIdentityAuthenticator(AESCrypter crypter,
java.io.File privateKey,
java.lang.String username,
java.lang.String password)
EncryptedIdentityAuthenticator
public EncryptedIdentityAuthenticator(AESCrypter crypter,
java.io.File privateKey,
java.lang.String username,
java.lang.String password,
boolean plainPassword)
requestAuthentication
public byte[] requestAuthentication()