Package | Description |
---|---|
org.apache.commons.crypto.jna |
JNA classes
|
org.apache.commons.crypto.random |
Random classes
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends CryptoRandom> |
OpenSslJna.getRandomClass() |
Modifier and Type | Method and Description |
---|---|
static CryptoRandom |
CryptoRandomFactory.getCryptoRandom()
Gets a CryptoRandom instance using the default implementation
as defined by
CryptoRandomFactory.CLASSES_DEFAULT |
static CryptoRandom |
CryptoRandomFactory.getCryptoRandom(Properties props)
Gets a CryptoRandom instance for specified props.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CryptoRandom> |
CryptoRandomFactory.RandomProvider.getImplClass()
Gets the implementation class of the provider.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.