Class CryptoManagerImpl.passwordDetails

java.lang.Object
com.biglybt.core.security.impl.CryptoManagerImpl.passwordDetails
Enclosing class:
CryptoManagerImpl

protected static class CryptoManagerImpl.passwordDetails extends Object
  • 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()