C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.Prng.ThreadedSeedGenerator.SeedGenerator

Show file Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method Description
GenerateSeed ( int numBytes, bool fast ) : byte[]

Private Methods

Method Description
Run ( object ignored ) : void

Method Details

GenerateSeed() public method

public GenerateSeed ( int numBytes, bool fast ) : byte[]
numBytes int
fast bool
return byte[]