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

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

Introduction

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

Usage

From source file com.google.code.p.keytooliui.shared.crypto.asnl.x509.MyKeyPurposeId.java

public class MyKeyPurposeId extends DERObjectIdentifier {
    private static final String _STR_MICROSOFT = "1.3.6.1.4.1.311";
    private static final String _STR_MS_CRYPTO20 = MyKeyPurposeId._STR_MICROSOFT + ".10";

    private static final String _STR_ADOBE_CDS_PKI = "1.2.840.113583.1.1.5";