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

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

Introduction

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

Usage

From source file io.aos.crypto.spl05.MyStructure.java

/**
 * Implementation of an example ASN.1 structure.
 * <pre>
 * MyStructure ::= SEQUENCE {
 *                   version INTEGER DEFAULT 0,
 *                   created GeneralizedTime,

From source file org.ejbca.core.protocol.ocsp.FnrFromUnidExtension.java

/** The ASN.1 extension with OID 2.16.578.1.16.3.2 used to request an FNR from a UNID 
 * and respond with the FNR. When requesting, the fnr passed in the extension deas not matter, use 1.
 * 
 * id-fnrFromUnid OBJECT IDENTIFIER ::= { 2 16 578 1 16 3 2 }
 * 
 * FnrFromUnid ::= Fnr 

From source file org.glite.security.util.proxy.ProxyCertInfoExtension.java

/**
 * Proxy cert info extension ASN1 class.
 * 
 * <pre>
 * ProxyCertInfoExtension ::= SEQUENCE { 
 *          pCPathLenConstraint    ProxyCertPathLengthConstraint OPTIONAL, 

From source file org.glite.security.util.proxy.ProxyPolicy.java

/**
 * Proxy policy ASN1 class. ProxyPolicy ::= SEQUENCE { policyLanguage OBJECT IDENTIFIER, policy OCTET STRING OPTIONAL }
 * 
 * @author Joni Hahkala
 */
public class ProxyPolicy extends ASN1Encodable {

From source file org.opensc.pkcs15.asn1.attr.CommonAuthenticationObjectAttributes.java

/**
 * <PRE>
 * CommonAuthenticationObjectAttributes ::= SEQUENCE {
 *      authId Identifier,
 *      ... -- For future extensions
 *      }

From source file org.opensc.pkcs15.asn1.attr.CommonCertificateAttributes.java

/**
 * <PRE>
 * CommonCertificateAttributes ::= SEQUENCE {
 *      iD                    Identifier,
 *      authority             BOOLEAN DEFAULT FALSE,
 *      identifier       CredentialIdentifier {{KeyIdentifiers}} OPTIONAL,

From source file org.opensc.pkcs15.asn1.attr.CommonKeyAttributes.java

/**
 * <PRE>
 * CommonKeyAttributes ::= SEQUENCE {
 *      iD                 Identifier,
 *      usage              KeyUsageFlags,
 *      native             BOOLEAN DEFAULT TRUE,

From source file org.opensc.pkcs15.asn1.attr.CommonObjectAttributes.java

/**
 * <PRE>
 * CommonObjectAttributes ::= SEQUENCE {
 *      label            Label OPTIONAL,
 *      flags            CommonObjectFlags OPTIONAL,
 *      authId           Identifier OPTIONAL,

From source file org.opensc.pkcs15.asn1.attr.CommonPrivateKeyAttributes.java

/**
 * <PRE>
 * CommonPrivateKeyAttributes ::= SEQUENCE {
 *      subjectName Name OPTIONAL,
 *      keyIdentifiers [0] SEQUENCE OF CredentialIdentifier {{KeyIdentifiers}} OPTIONAL,
 *      ... -- For future extensions

From source file org.opensc.pkcs15.asn1.attr.CommonPublicKeyAttributes.java

/**
 * <PRE>
 * CommonPublicKeyAttributes ::= SEQUENCE {
 *      subjectName Name OPTIONAL,
 *      ...,
 *      trustedUsage [0] Usage OPTIONAL