Example usage for org.bouncycastle.jce PKCS10CertificationRequest subclass-usage

List of usage examples for org.bouncycastle.jce PKCS10CertificationRequest subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.jce PKCS10CertificationRequest subclass-usage.

Usage

From source file org.jruby.ext.openssl.PKCS10CertificationRequestExt.java

/**
 * @author <a href="mailto:ola.bini@ki.se">Ola Bini</a>
 */
@SuppressWarnings("deprecation")
public class PKCS10CertificationRequestExt extends PKCS10CertificationRequest {
    public PKCS10CertificationRequestExt(byte[] bytes) {