com.aelitis.azureus.core.security.impl
Class CryptoManagerImpl.passwordDetails

java.lang.Object
  extended by com.aelitis.azureus.core.security.impl.CryptoManagerImpl.passwordDetails
Enclosing class:
CryptoManagerImpl

protected static class CryptoManagerImpl.passwordDetails
extends java.lang.Object


Constructor Summary
protected CryptoManagerImpl.passwordDetails(char[] _password, int _type)
           
 
Method Summary
 int getHandlerType()
           
 char[] getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoManagerImpl.passwordDetails

protected CryptoManagerImpl.passwordDetails(char[] _password,
                                            int _type)
Method Detail

getPassword

public char[] getPassword()

getHandlerType

public int getHandlerType()