Class BouncyCastleRandom.Factory

java.lang.Object
net.schmizz.sshj.transport.random.BouncyCastleRandom.Factory
All Implemented Interfaces:
Factory<Random>
Enclosing class:
BouncyCastleRandom

public static class BouncyCastleRandom.Factory extends Object implements Factory<Random>
Named factory for the BouncyCastle Random
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • create

      public Random create()
      Specified by:
      create in interface Factory<Random>
      Returns:
      a new object created using this factory.