Interface SshSecureRandomGenerator

All Known Implementing Classes:
SecureRND

public interface SshSecureRandomGenerator
This interface should be implemented by all secure random number generator implementations.
Author:
Lee David Painter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    nextBytes(byte[] bytes)
     
    void
    nextBytes(byte[] bytes, int off, int len)
     
    int
     
  • Method Details

    • nextBytes

      void nextBytes(byte[] bytes)
    • nextBytes

      void nextBytes(byte[] bytes, int off, int len) throws SshException
      Throws:
      SshException
    • nextInt

      int nextInt()