Uses of Interface
org.bouncycastle.crypto.DerivationParameters
-
-
Uses of DerivationParameters in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto with parameters of type DerivationParameters Modifier and Type Method Description void
DerivationFunction. init(DerivationParameters param)
-
Uses of DerivationParameters in org.bouncycastle.crypto.agreement.kdf
Classes in org.bouncycastle.crypto.agreement.kdf that implement DerivationParameters Modifier and Type Class Description class
DHKDFParameters
class
GSKKDFParameters
BSI Key Derivation Function Parameters for Session Keys (see BSI-TR-03111 Section 4.3.3)Methods in org.bouncycastle.crypto.agreement.kdf with parameters of type DerivationParameters Modifier and Type Method Description void
ConcatenationKDFGenerator. init(DerivationParameters param)
void
DHKEKGenerator. init(DerivationParameters param)
void
ECDHKEKGenerator. init(DerivationParameters param)
void
GSKKFDGenerator. init(DerivationParameters param)
-
Uses of DerivationParameters in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines with parameters of type DerivationParameters Modifier and Type Method Description void
EthereumIESEngine.HandshakeKDFFunction. init(DerivationParameters param)
-
Uses of DerivationParameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators with parameters of type DerivationParameters Modifier and Type Method Description void
BaseKDFBytesGenerator. init(DerivationParameters param)
void
HKDFBytesGenerator. init(DerivationParameters param)
void
KDFCounterBytesGenerator. init(DerivationParameters param)
void
KDFDoublePipelineIterationBytesGenerator. init(DerivationParameters params)
void
KDFFeedbackBytesGenerator. init(DerivationParameters params)
void
MGF1BytesGenerator. init(DerivationParameters param)
-
Uses of DerivationParameters in org.bouncycastle.crypto.params
Classes in org.bouncycastle.crypto.params that implement DerivationParameters Modifier and Type Class Description class
HKDFParameters
Parameter class for the HKDFBytesGenerator class.class
ISO18033KDFParameters
parameters for Key derivation functions for ISO-18033class
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 P1363aclass
MGFParameters
parameters for mask derivation functions. -
Uses of DerivationParameters in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type DerivationParameters Modifier and Type Method Description void
BrokenKDF2BytesGenerator. init(DerivationParameters param)
-