SecureRandom
SecureRandom()
SecureRandom(Byte[])
SecureRandom(IntPtr, JniHandleOwnership)
SecureRandom(SecureRandomSpi, Provider)
Algorithm
InstanceStrong
JniPeerMembers
Provider
ThresholdClass
ThresholdType
GenerateSeed(Int32)
GetInstance(String)
GetInstance(String, Provider)
GetInstance(String, String)
GetSeed(Int32)
Next(Int32)
SetSeed(Byte[])
monoandroid
namespace Java.Security
{
[Register("java/security/SecureRandom", DoNotGenerateAcw = true)]
public class SecureRandom : Random
{
public static SecureRandom? InstanceStrong
{
[Register("getInstanceStrong", "()Ljava/security/SecureRandom;", "", ApiSince = 26)]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API