X509ObjectIdentifiers
namespace Org.BouncyCastle.Asn1.X509
{
public abstract class X509ObjectIdentifiers
{
public static readonly DerObjectIdentifier attributeType = new DerObjectIdentifier("2.5.4");
public static readonly DerObjectIdentifier CommonName = attributeType.Branch("3");
public static readonly DerObjectIdentifier CountryName = attributeType.Branch("6");
public static readonly DerObjectIdentifier LocalityName = attributeType.Branch("7");
public static readonly DerObjectIdentifier StateOrProvinceName = attributeType.Branch("8");
public static readonly DerObjectIdentifier Organization = attributeType.Branch("10");
public static readonly DerObjectIdentifier OrganizationalUnitName = attributeType.Branch("11");
public static readonly DerObjectIdentifier id_at_telephoneNumber = attributeType.Branch("20");
public static readonly DerObjectIdentifier id_at_name = attributeType.Branch("41");
public static readonly DerObjectIdentifier id_at_organizationIdentifier = attributeType.Branch("97");
public static readonly DerObjectIdentifier IdSha1 = new DerObjectIdentifier("1.3.14.3.2.26");
public static readonly DerObjectIdentifier RipeMD160 = new DerObjectIdentifier("1.3.36.3.2.1");
public static readonly DerObjectIdentifier RipeMD160WithRsaEncryption = new DerObjectIdentifier("1.3.36.3.3.1.2");
public static readonly DerObjectIdentifier IdEARsa = new DerObjectIdentifier("2.5.8.1.1");
public static readonly DerObjectIdentifier IdPkix = new DerObjectIdentifier("1.3.6.1.5.5.7");
public static readonly DerObjectIdentifier IdPE = IdPkix.Branch("1");
public static readonly DerObjectIdentifier pkix_algorithms = IdPkix.Branch("6");
public static readonly DerObjectIdentifier id_RSASSA_PSS_SHAKE128 = pkix_algorithms.Branch("30");
public static readonly DerObjectIdentifier id_RSASSA_PSS_SHAKE256 = pkix_algorithms.Branch("31");
public static readonly DerObjectIdentifier id_ecdsa_with_shake128 = pkix_algorithms.Branch("32");
public static readonly DerObjectIdentifier id_ecdsa_with_shake256 = pkix_algorithms.Branch("33");
public static readonly DerObjectIdentifier id_pda = IdPkix.Branch("9");
public static readonly DerObjectIdentifier IdAD = IdPkix.Branch("48");
public static readonly DerObjectIdentifier IdADOcsp = IdAD.Branch("1");
public static readonly DerObjectIdentifier IdADCAIssuers = IdAD.Branch("2");
public static readonly DerObjectIdentifier OcspAccessMethod = IdADOcsp;
public static readonly DerObjectIdentifier CrlAccessMethod = IdADCAIssuers;
public static readonly DerObjectIdentifier id_ce = new DerObjectIdentifier("2.5.29");
}
}