Java org.bouncycastle.crypto.params HKDFParameters fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.params HKDFParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.params HKDFParameters.

The text is from its open source code.

Constructor

HKDFParameters(final byte[] ikm, final byte[] salt, final byte[] info)
Generates parameters for HKDF, specifying both the optional salt and optional info.