Example usage for org.bouncycastle.crypto.params AsymmetricKeyParameter subclass-usage

List of usage examples for org.bouncycastle.crypto.params AsymmetricKeyParameter subclass-usage

Introduction

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

Usage

From source file org.xipki.commons.security.pkcs11.P11KeyParameter.java

/**
 * @author Lijun Liao
 * @since 2.0.0
 */

public class P11KeyParameter extends AsymmetricKeyParameter {

From source file org.xipki.security.p11.P11KeyParameter.java

/**
 * @author Lijun Liao
 */

public class P11KeyParameter extends AsymmetricKeyParameter {
    private final P11CryptService p11CryptService;

From source file org.xipki.security.p11.sun.SunP11ECDSAPrivateKeyParameters.java

/**
 * @author Lijun Liao
 */

public class SunP11ECDSAPrivateKeyParameters extends AsymmetricKeyParameter {
    private PrivateKey privateKey;

From source file org.xipki.security.p11.sun.SunP11RSAPrivateKeyParameters.java

/**
 * @author Lijun Liao
 */

public class SunP11RSAPrivateKeyParameters extends AsymmetricKeyParameter {
    private PrivateKey privateKey;