Java.Security.SecureRandomSpi Members

The members of Java.Security.SecureRandomSpi are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

abstract
EngineGenerateSeed(int) : byte[]
Generates and returns the specified number of seed bytes, computed using the seed generation algorithm used by this SecureRandomSpi.
abstract
EngineNextBytes(byte[])
Generates and stores random bytes in the given byte[] for each array element.
abstract
EngineSetSeed(byte[])
Reseeds this SecureRandomSpi instance with the specified seed.