Serializable, Cloneable, Map<Object,Object>public final class GetrandomProvider extends Provider
Provider.Service| Modifier and Type | Field | Description |
|---|---|---|
static String |
GETRANDOM |
The name algorithm that uses getrandom() with a blocking device (/dev/random).
|
static String |
GETURANDOM |
The name algorithm that uses getrandom() with a non-blocking device (/dev/urandom).
|
static String |
NAME |
The name of this security provider.
|
defaults| Constructor | Description |
|---|---|
GetrandomProvider() |
entry, of, of, of, of, of, of, of, of, of, of, of, ofEntriesfinalize, getClass, notify, notifyAll, wait, wait, waitclone, contains, containsKey, containsValue, equals, getProperty, hashCode, isEmpty, list, list, load, loadFromXML, propertyNames, rehash, save, setProperty, size, store, store, storeToXML, storeToXML, stringPropertyNamesclear, compute, computeIfAbsent, computeIfPresent, configure, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, getVersionStr, isConfigured, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, valuespublic static final String NAME
public static final String GETRANDOM
public static final String GETURANDOM
Copyright © 2017–2018. All rights reserved.