Class CryptoManagerImpl.passwordDetails

  • Enclosing class:
    CryptoManagerImpl

    protected static class CryptoManagerImpl.passwordDetails
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] password  
      private int type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected passwordDetails​(char[] _password, int _type)  
    • Field Detail

      • password

        private final char[] password
      • type

        private final int type
    • Constructor Detail

      • passwordDetails

        protected passwordDetails​(char[] _password,
                                  int _type)
    • Method Detail

      • getPassword

        public char[] getPassword()
      • getHandlerType

        public int getHandlerType()