Uses of Interface
org.bouncycastle.crypto.DerivationParameters
Packages that use DerivationParameters
Package
Description
-
Uses of DerivationParameters in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto with parameters of type DerivationParameters -
Uses of DerivationParameters in org.bouncycastle.crypto.agreement.kdf
Classes in org.bouncycastle.crypto.agreement.kdf that implement DerivationParametersModifier and TypeClassDescriptionclassclassBSI 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 DerivationParametersModifier and TypeMethodDescriptionvoidConcatenationKDFGenerator.init(DerivationParameters param) voidDHKEKGenerator.init(DerivationParameters param) voidECDHKEKGenerator.init(DerivationParameters param) voidGSKKFDGenerator.init(DerivationParameters param) -
Uses of DerivationParameters in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines with parameters of type DerivationParametersModifier and TypeMethodDescriptionvoidEthereumIESEngine.HandshakeKDFFunction.init(DerivationParameters param) -
Uses of DerivationParameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators with parameters of type DerivationParametersModifier and TypeMethodDescriptionvoidBaseKDFBytesGenerator.init(DerivationParameters param) voidHKDFBytesGenerator.init(DerivationParameters param) voidKDFCounterBytesGenerator.init(DerivationParameters param) voidKDFDoublePipelineIterationBytesGenerator.init(DerivationParameters params) voidKDFFeedbackBytesGenerator.init(DerivationParameters params) voidMGF1BytesGenerator.init(DerivationParameters param) -
Uses of DerivationParameters in org.bouncycastle.crypto.params
Classes in org.bouncycastle.crypto.params that implement DerivationParametersModifier and TypeClassDescriptionclassParameter class for the HKDFBytesGenerator class.classparameters for Key derivation functions for ISO-18033final classThis KDF has been defined by the publicly available NIST SP 800-108 specification.final classNote 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.final classNote 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.classparameters for Key derivation functions for IEEE P1363aclassparameters for mask derivation functions. -
Uses of DerivationParameters in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type DerivationParameters