<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0" />

CmpObjectIdentifiers

public static class CmpObjectIdentifiers
using Org.BouncyCastle.Asn1.Crmf; using Org.BouncyCastle.Asn1.Misc; using Org.BouncyCastle.Asn1.X509; namespace Org.BouncyCastle.Asn1.Cmp { public static class CmpObjectIdentifiers { public static readonly DerObjectIdentifier passwordBasedMac = CrmfObjectIdentifiers.passwordBasedMac; public static readonly DerObjectIdentifier kemBasedMac = MiscObjectIdentifiers.Entrust.Branch("66.16"); public static readonly DerObjectIdentifier dhBasedMac = MiscObjectIdentifiers.Entrust.Branch("66.30"); public static readonly DerObjectIdentifier id_it = X509ObjectIdentifiers.IdPkix.Branch("4"); public static readonly DerObjectIdentifier it_caProtEncCert = id_it.Branch("1"); public static readonly DerObjectIdentifier it_signKeyPairTypes = id_it.Branch("2"); public static readonly DerObjectIdentifier it_encKeyPairTypes = id_it.Branch("3"); public static readonly DerObjectIdentifier it_preferredSymAlg = id_it.Branch("4"); public static readonly DerObjectIdentifier it_caKeyUpdateInfo = id_it.Branch("5"); public static readonly DerObjectIdentifier it_currentCRL = id_it.Branch("6"); public static readonly DerObjectIdentifier it_unsupportedOIDs = id_it.Branch("7"); public static readonly DerObjectIdentifier it_keyPairParamReq = id_it.Branch("10"); public static readonly DerObjectIdentifier it_keyPairParamRep = id_it.Branch("11"); public static readonly DerObjectIdentifier it_revPassphrase = id_it.Branch("12"); public static readonly DerObjectIdentifier it_implicitConfirm = id_it.Branch("13"); public static readonly DerObjectIdentifier it_confirmWaitTime = id_it.Branch("14"); public static readonly DerObjectIdentifier it_origPKIMessage = id_it.Branch("15"); public static readonly DerObjectIdentifier it_suppLangTags = id_it.Branch("16"); public static readonly DerObjectIdentifier id_it_caCerts = id_it.Branch("17"); public static readonly DerObjectIdentifier id_it_rootCaKeyUpdate = id_it.Branch("18"); public static readonly DerObjectIdentifier id_it_certReqTemplate = id_it.Branch("19"); public static readonly DerObjectIdentifier id_it_rootCaCert = id_it.Branch("20"); public static readonly DerObjectIdentifier id_it_certProfile = id_it.Branch("21"); public static readonly DerObjectIdentifier id_it_crlStatusList = id_it.Branch("22"); public static readonly DerObjectIdentifier id_it_crls = id_it.Branch("23"); public static readonly DerObjectIdentifier id_pkip = CrmfObjectIdentifiers.id_pkip; public static readonly DerObjectIdentifier id_regCtrl = CrmfObjectIdentifiers.id_regCtrl; public static readonly DerObjectIdentifier id_regInfo = CrmfObjectIdentifiers.id_regInfo; public static readonly DerObjectIdentifier regCtrl_regToken = CrmfObjectIdentifiers.id_regCtrl_regToken; public static readonly DerObjectIdentifier regCtrl_authenticator = CrmfObjectIdentifiers.id_regCtrl_authenticator; public static readonly DerObjectIdentifier regCtrl_pkiPublicationInfo = CrmfObjectIdentifiers.id_regCtrl_pkiPublicationInfo; public static readonly DerObjectIdentifier regCtrl_pkiArchiveOptions = CrmfObjectIdentifiers.id_regCtrl_pkiArchiveOptions; public static readonly DerObjectIdentifier regCtrl_oldCertID = CrmfObjectIdentifiers.id_regCtrl_oldCertID; public static readonly DerObjectIdentifier regCtrl_protocolEncrKey = CrmfObjectIdentifiers.id_regCtrl_protocolEncrKey; public static readonly DerObjectIdentifier regCtrl_altCertTemplate = id_regCtrl.Branch("7"); public static readonly DerObjectIdentifier id_regCtrl_algId = id_regCtrl.Branch("11"); public static readonly DerObjectIdentifier id_regCtrl_rsaKeyLen = id_regCtrl.Branch("12"); public static readonly DerObjectIdentifier regInfo_utf8Pairs = CrmfObjectIdentifiers.id_regInfo_utf8Pairs; public static readonly DerObjectIdentifier regInfo_certReq = CrmfObjectIdentifiers.id_regInfo_certReq; public static readonly DerObjectIdentifier ct_encKeyWithID = CrmfObjectIdentifiers.id_ct_encKeyWithID; } }