Example usage for org.bouncycastle.crypto.engines RSABlindedEngine subclass-usage

List of usage examples for org.bouncycastle.crypto.engines RSABlindedEngine subclass-usage

Introduction

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

Usage

From source file com.joyent.http.signature.crypto.NativeRSABlindedEngine.java

/**
 * <p>This is a copy of {@link RSABlindedEngine} with the RSA core engine
 * replace with a native implementation. We copied the library code here
 * because there is no better way to for us to inherit the properties.</p>
 *
 * <p>Note: changes from the original are only using libgmp to do modpow.</p>