Package | Description |
---|---|
com.tinfoilsms.csprng | |
org.spongycastle.crypto |
Base classes for the lightweight API.
|
org.spongycastle.crypto.agreement.kdf | |
org.spongycastle.crypto.generators |
Generators for keys, key pairs and password based encryption algorithms.
|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFParameters
Seed Derivative Function (SDF) parameter, takes the shared information
S1 & S2 as constructor arguments which are used as parameters for
deriving the shared seed
|
Modifier and Type | Method and Description |
---|---|
void |
SDFGenerator.init(DerivationParameters param) |
Modifier and Type | Method and Description |
---|---|
void |
DerivationFunction.init(DerivationParameters param) |
Modifier and Type | Class and Description |
---|---|
class |
DHKDFParameters |
Modifier and Type | Method and Description |
---|---|
void |
DHKEKGenerator.init(DerivationParameters param) |
void |
ECDHKEKGenerator.init(DerivationParameters param) |
Modifier and Type | Method and Description |
---|---|
void |
MGF1BytesGenerator.init(DerivationParameters param) |
void |
BaseKDFBytesGenerator.init(DerivationParameters param) |
Modifier and Type | Class and Description |
---|---|
class |
ISO18033KDFParameters
parameters for Key derivation functions for ISO-18033
|
class |
KDFParameters
parameters for Key derivation functions for IEEE P1363a
|
class |
MGFParameters
parameters for mask derivation functions.
|