Class BasicSource

  • All Implemented Interfaces:
    PasswordSource

    public final class BasicSource
    extends java.lang.Object
    implements PasswordSource
    Created by greg on 3/19/15.
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicSource​(byte[] password)  
      BasicSource​(java.lang.String password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      byte[] getPassword()  
      • Methods inherited from class java.lang.Object

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

      • BasicSource

        public BasicSource​(byte[] password)
      • BasicSource

        public BasicSource​(java.lang.String password)