| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.crypto.random |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaRandom
Use jdk
SecureRandom to implement RandomProvider,
so it can be used on windows and linux. |
class |
NativeRandom
use "/dev/urandom", which is on linux, to implement RandomProvider, so it should be used on linux.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.