Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto
Interface SecureRandomProvider


public interface SecureRandomProvider

Source provider for SecureRandom implementations.


Method Summary
 java.security.SecureRandom get()
          Return a SecureRandom instance.
 

Method Detail

get

public java.security.SecureRandom get()
Return a SecureRandom instance.

Returns:
a SecureRandom

Bouncy Castle Cryptography Library 1.81