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

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

Introduction

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

Usage

From source file com.android.verity.BootSignature.java

/**
 *    AndroidVerifiedBootSignature DEFINITIONS ::=
 *    BEGIN
 *        FormatVersion ::= INTEGER
 *        AlgorithmIdentifier ::=  SEQUENCE {
 *            algorithm OBJECT IDENTIFIER,

From source file com.android.verity.BootKey.java

/**
 * AndroidVerifiedBootKeystore DEFINITIONS ::=
 * BEGIN
 *     FormatVersion ::= INTEGER
 *     KeyBag ::= SEQUENCE {
 *         Key  ::= SEQUENCE {

From source file com.awcoleman.BouncyCastleGenericCDRHadoop.CallDetailRecord.java

/**
 * 
 * A container class for a "Simple Generic CDR".
 * 
 * @author awcoleman
 * @version 20140525

From source file com.awcoleman.BouncyCastleGenericCDRHadoopWithWritable.CallDetailRecord.java

/**
 * 
 * A Writable container class for a "Simple Generic CDR".
 * 
 * @author awcoleman
 * @version 20140702

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

/**
 * BackupEscrow.
 *
 * @author Ahseya
 */
@Immutable

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

/**
 * ECDSA signature.
 * <p>
 * ECDSASignature ::= SEQUENCE { r INTEGER, s INTEGER }
 *
 * @author Ahseya

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

/**
 * Encrypted key.
 *
 * @author Ahseya
 */
@Immutable

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

/**
 * Encrypted keys.
 *
 * @author Ahseya
 */
@Immutable

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

/**
 * Item.
 * <p>
 * Item ::= SEQUENCE { version INTEGER, data OCTET STRING }
 *
 * @author Ahseya

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

/**
 * Key set.
 *
 * @author Ahseya
 */
@Immutable