Class Random

java.lang.Object
com.jcraft.jsch.jce.Random
All Implemented Interfaces:
Random

public class Random
extends java.lang.Object
implements Random
  • Constructor Summary

    Constructors
    Constructor Description
    Random()  
  • Method Summary

    Modifier and Type Method Description
    void fill​(byte[] foo, int start, int len)  

    Methods inherited from class java.lang.Object

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

    • Random

      public Random()
  • Method Details

    • fill

      public void fill​(byte[] foo, int start, int len)
      Specified by:
      fill in interface Random