Example usage for org.bouncycastle.asn1 ASN1Encodable interface-usage

List of usage examples for org.bouncycastle.asn1 ASN1Encodable interface-usage

Introduction

In this page you can find the example usage for org.bouncycastle.asn1 ASN1Encodable interface-usage.

Usage

From source file com.aaasec.sigserv.cscommon.xmldsig.EcdsaSigValue.java

/**
 * ECDSA signature value functions
 */
public class EcdsaSigValue implements ASN1Encodable {

    private BigInteger r;

From source file com.github.horrorho.inflatabledonkey.data.der.DERIterator.java

/**
 * DERIterator.
 *
 * @author Ahseya
 */
@NotThreadSafe

From source file de.carne.certmgr.store.provider.bouncycastle.BouncyCastleASN1Encoder.java

/**
 * BouncyCastle based ASN1.1 encoder.
 */
class BouncyCastleASN1Encoder implements ASN1Encoder, org.bouncycastle.asn1.ASN1Encodable {

    private ASN1Encodable encodable;

From source file es.gob.afirma.envelopers.cades.SigPolicyQualifierInfo.java

/** Signature Policy qualifiers, tipo especial para CADES-EPES
 *
 * <pre>
 *   SigPolicyQualifierInfo ::= SEQUENCE {
 *       sigPolicyQualifierId  sigPolicyQualifierId,
 *       sigQualifier          ANY DEFINED BY policyQualifierId }

From source file es.gob.afirma.signers.cades.AOSigPolicyQualifierInfo.java

/** Tipo <i>AOSigPolicyQualifierInfo</i> de ASN.1 para CADES-EPES.
 *
 * <pre>
 *   AOSigPolicyQualifierInfo ::= SEQUENCE {
 *       sigPolicyQualifierId  sigPolicyQualifierId,
 *       sigQualifier          ANY DEFINED BY policyQualifierId }

From source file es.gob.afirma.signers.pkcs7.DigestedData.java

/** Clase base para la implementaci&oacute;n del tipo DigestedData. La Estructura
 * del mensaje es la siguiente:<br>
 *
 * <pre>
 * <code>
 *  DigestedData ::= SEQUENCE {

From source file net.sf.keystore_explorer.crypto.x509.GeneralSubtrees.java

/**
 * Implements <code>GeneralSubtrees</code> from RFC 5280:
 * <pre>
 * GeneralSubtrees ::= SEQUENCE SIZE (1..MAX) OF GeneralSubtree
 * </pre>
 *

From source file org.candlepin.pki.X509ByteExtensionWrapper.java

/**
 * X509ExtensionWrapper
 */
public class X509ByteExtensionWrapper implements ASN1Encodable {
    private String oid = null;
    private boolean critical;

From source file org.candlepin.pki.X509ExtensionWrapper.java

/**
 * X509ExtensionWrapper
 */
public class X509ExtensionWrapper implements ASN1Encodable {
    private String oid = null;
    private boolean critical;

From source file org.glite.voms.ac.ACCerts.java

/**
 * This class represents the ACCerts extension which may be present in the AC.
 *
 * @author Vincenzo Ciaschini.
 */
public class ACCerts implements ASN1Encodable {