Example usage for org.bouncycastle.jce.interfaces PKCS12BagAttributeCarrier interface-usage

List of usage examples for org.bouncycastle.jce.interfaces PKCS12BagAttributeCarrier interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.jce.interfaces PKCS12BagAttributeCarrier interface-usage.

Usage

From source file ElGamalPrivatePGKey.java

public class ElGamalPrivatePGKey implements ElGamalPrivateKey, PKCS12BagAttributeCarrier {
    BigInteger x;

    ElGamalParameterSpec elSpec;

    private Hashtable pkcs12Attributes = new Hashtable();

From source file org.xipki.security.bcext.BCRSAPrivateKey.java

/**
 * Copied from BouncyCastle under license MIT
 *
 * @author Lijun Liao
 */