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 |
ConcatenationKDFGenerator.init(DerivationParameters param) |
void |
DHKEKGenerator.init(DerivationParameters param) |
void |
ECDHKEKGenerator.init(DerivationParameters param) |
Modifier and Type | Method and Description |
---|---|
void |
MGF1BytesGenerator.init(DerivationParameters param) |
void |
KDFCounterBytesGenerator.init(DerivationParameters param) |
void |
HKDFBytesGenerator.init(DerivationParameters param) |
void |
KDFFeedbackBytesGenerator.init(DerivationParameters params) |
void |
KDFDoublePipelineIterationBytesGenerator.init(DerivationParameters params) |
void |
BaseKDFBytesGenerator.init(DerivationParameters param) |
Modifier and Type | Class and Description |
---|---|
class |
HKDFParameters
Parameter class for the HKDFBytesGenerator class.
|
class |
ISO18033KDFParameters
parameters for Key derivation functions for ISO-18033
|
class |
KDFCounterParameters
This KDF has been defined by the publicly available NIST SP 800-108 specification.
|
class |
KDFDoublePipelineIterationParameters
Note that counter is only supported at the location presented in the
NIST SP 800-108 specification, not in the additional locations present
in the CAVP test vectors.
|
class |
KDFFeedbackParameters
Note that counter is only supported at the location presented in the
NIST SP 800-108 specification, not in the additional locations present
in the CAVP test vectors.
|
class |
KDFParameters
parameters for Key derivation functions for IEEE P1363a
|
class |
MGFParameters
parameters for mask derivation functions.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokenKDF2BytesGenerator.init(DerivationParameters param) |
Copyright © 2018 BouncyCastle.org. All rights reserved.