Package com.biglybt.core.security.impl
Class CryptoManagerImpl.passwordDetails
java.lang.Object
com.biglybt.core.security.impl.CryptoManagerImpl.passwordDetails
- Enclosing class:
- CryptoManagerImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
password
private final char[] password -
type
private final int type
-
-
Constructor Details
-
passwordDetails
protected passwordDetails(char[] _password, int _type)
-
-
Method Details
-
getPassword
public char[] getPassword() -
getHandlerType
public int getHandlerType()
-