Example usage for org.bouncycastle.crypto PBEParametersGenerator subclass-usage

List of usage examples for org.bouncycastle.crypto PBEParametersGenerator subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.crypto PBEParametersGenerator subclass-usage.

Usage

From source file nl.owlstead.jscl.bouncy.PKCS5S2_SHA256_ParametersGenerator.java

/**
 * Copied shamelessly from
 * org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator, changed only
 * the hash algorithm. All rights reserved by Bouncy Castle, see their MIT-like
 * permissive license below.
 * <p>