Interface EntropySource.EntropySourceInterface

  • Enclosing class:
    EntropySource

    public static interface EntropySource.EntropySourceInterface
    • Method Detail

      • get_secure_random_bytes

        byte[] get_secure_random_bytes()
        Gets a unique, cryptographically-secure, random 32-byte value. This method must return a different value each time it is called.