Uses of Interface
org.bouncycastle.crypto.internal.DerivationParameters
-
Packages that use DerivationParameters Package Description org.bouncycastle.crypto.internal org.bouncycastle.crypto.internal.params -
-
Uses of DerivationParameters in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal with parameters of type DerivationParameters Modifier and Type Method Description voidDerivationFunction. init(DerivationParameters param) -
Uses of DerivationParameters in org.bouncycastle.crypto.internal.params
Classes in org.bouncycastle.crypto.internal.params that implement DerivationParameters Modifier and Type Class Description classKDFCounterParametersThis KDF has been defined by the publicly available NIST SP 800-108 specification.classKDFDoublePipelineIterationParametersclassKDFFeedbackParametersNote 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.classKDFParametersparameters for Key derivation functions for IEEE P1363a
-