Class AuthKeyboardInteractive.CharArrWrap

  • Enclosing class:
    AuthKeyboardInteractive

    private static class AuthKeyboardInteractive.CharArrWrap
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] arr  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CharArrWrap​(char[] arr)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • arr

        private final char[] arr
    • Constructor Detail

      • CharArrWrap

        private CharArrWrap​(char[] arr)