org.bouncycastle.asn1.cmp.CMPObjectIdentifiers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bcutil-jdk18on Show documentation
Show all versions of bcutil-jdk18on Show documentation
The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. This jar contains APIs for JDK 1.8 and up.
package org.bouncycastle.asn1.cmp;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
import org.bouncycastle.asn1.crmf.CRMFObjectIdentifiers;
import org.bouncycastle.asn1.misc.MiscObjectIdentifiers;
import org.bouncycastle.asn1.x509.X509ObjectIdentifiers;
public interface CMPObjectIdentifiers
{
// RFC 4210
/**
* id-PasswordBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 13}
*/
ASN1ObjectIdentifier passwordBasedMac = CRMFObjectIdentifiers.passwordBasedMac;
/*
* id-KemBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 16}
*/
ASN1ObjectIdentifier kemBasedMac = MiscObjectIdentifiers.entrust.branch("66.16");
/**
* id-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30}
*/
ASN1ObjectIdentifier dhBasedMac = MiscObjectIdentifiers.entrust.branch("66.30");
// Example InfoTypeAndValue contents include, but are not limited
// to, the following (un-comment in this ASN.1 module and use as
// appropriate for a given environment):
//
// id-it-caProtEncCert OBJECT IDENTIFIER ::= {id-it 1}
// CAProtEncCertValue ::= CMPCertificate
// id-it-signKeyPairTypes OBJECT IDENTIFIER ::= {id-it 2}
// SignKeyPairTypesValue ::= SEQUENCE OF AlgorithmIdentifier
// id-it-encKeyPairTypes OBJECT IDENTIFIER ::= {id-it 3}
// EncKeyPairTypesValue ::= SEQUENCE OF AlgorithmIdentifier
// id-it-preferredSymmAlg OBJECT IDENTIFIER ::= {id-it 4}
// PreferredSymmAlgValue ::= AlgorithmIdentifier
// id-it-caKeyUpdateInfo OBJECT IDENTIFIER ::= {id-it 5}
// CAKeyUpdateInfoValue ::= CAKeyUpdAnnContent
// id-it-currentCRL OBJECT IDENTIFIER ::= {id-it 6}
// CurrentCRLValue ::= CertificateList
// id-it-unsupportedOIDs OBJECT IDENTIFIER ::= {id-it 7}
// UnsupportedOIDsValue ::= SEQUENCE OF OBJECT IDENTIFIER
// id-it-keyPairParamReq OBJECT IDENTIFIER ::= {id-it 10}
// KeyPairParamReqValue ::= OBJECT IDENTIFIER
// id-it-keyPairParamRep OBJECT IDENTIFIER ::= {id-it 11}
// KeyPairParamRepValue ::= AlgorithmIdentifer
// id-it-revPassphrase OBJECT IDENTIFIER ::= {id-it 12}
// RevPassphraseValue ::= EncryptedValue
// id-it-implicitConfirm OBJECT IDENTIFIER ::= {id-it 13}
// ImplicitConfirmValue ::= NULL
// id-it-confirmWaitTime OBJECT IDENTIFIER ::= {id-it 14}
// ConfirmWaitTimeValue ::= GeneralizedTime
// id-it-origPKIMessage OBJECT IDENTIFIER ::= {id-it 15}
// OrigPKIMessageValue ::= PKIMessages
// id-it-suppLangTags OBJECT IDENTIFIER ::= {id-it 16}
// SuppLangTagsValue ::= SEQUENCE OF UTF8String
// id-it-certProfile OBJECT IDENTIFIER ::= {id-it 21}
// CertProfileValue ::= SEQUENCE SIZE (1..MAX) OF UTF8String
// where
//
// id-pkix OBJECT IDENTIFIER ::= {
// iso(1) identified-organization(3)
// dod(6) internet(1) security(5) mechanisms(5) pkix(7)}
// and
// id-it OBJECT IDENTIFIER ::= {id-pkix 4}
/** RFC 4120: id-it: PKIX.4 = 1.3.6.1.5.5.7.4 */
ASN1ObjectIdentifier id_it = X509ObjectIdentifiers.id_pkix.branch("4");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.1
*/
ASN1ObjectIdentifier it_caProtEncCert = id_it.branch("1");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.2
*/
ASN1ObjectIdentifier it_signKeyPairTypes = id_it.branch("2");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.3
*/
ASN1ObjectIdentifier it_encKeyPairTypes = id_it.branch("3");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.4
*/
ASN1ObjectIdentifier it_preferredSymAlg = id_it.branch("4");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.5
*/
ASN1ObjectIdentifier it_caKeyUpdateInfo = id_it.branch("5");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.6
*/
ASN1ObjectIdentifier it_currentCRL = id_it.branch("6");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.7
*/
ASN1ObjectIdentifier it_unsupportedOIDs = id_it.branch("7");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.10
*/
ASN1ObjectIdentifier it_keyPairParamReq = id_it.branch("10");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.11
*/
ASN1ObjectIdentifier it_keyPairParamRep = id_it.branch("11");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.12
*/
ASN1ObjectIdentifier it_revPassphrase = id_it.branch("12");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.13
*/
ASN1ObjectIdentifier it_implicitConfirm = id_it.branch("13");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.14
*/
ASN1ObjectIdentifier it_confirmWaitTime = id_it.branch("14");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.15
*/
ASN1ObjectIdentifier it_origPKIMessage = id_it.branch("15");
/**
* RFC 4120: 1.3.6.1.5.5.7.4.16
*/
ASN1ObjectIdentifier it_suppLangTags = id_it.branch("16");
/**
* Update 16, RFC 4210
* {id-it 17}
*/
ASN1ObjectIdentifier id_it_caCerts = id_it.branch("17");
/**
* Update 16, RFC 4210
* GenRep: {id-it 18}, RootCaKeyUpdateContent
*/
ASN1ObjectIdentifier id_it_rootCaKeyUpdate = id_it.branch("18");
/**
* Update 16, RFC 4210
* {id-it 19}
*/
ASN1ObjectIdentifier id_it_certReqTemplate = id_it.branch("19");
/**
* Update 16, RFC 4210
* GenMsg: {id-it 20}, RootCaCertValue
*/
ASN1ObjectIdentifier id_it_rootCaCert = id_it.branch("20");
/**
* Update-16 to RFC 4210
* id-it-certProfile OBJECT IDENTIFIER ::= {id-it 21}
*/
ASN1ObjectIdentifier id_it_certProfile = id_it.branch("21");
ASN1ObjectIdentifier id_it_crlStatusList = id_it.branch("22");
ASN1ObjectIdentifier id_it_crls = id_it.branch("23");
// TODO Update once OID allocated.
/*
* id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= { id-it TBD1 }
*/
// ASN1ObjectIdentifier id_it_KemCiphertextInfo = id_it.branch("TBD1");
// RFC 4211
// id-pkix OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
// dod(6) internet(1) security(5) mechanisms(5) pkix(7) }
//
// arc for Internet X.509 PKI protocols and their components
// id-pkip OBJECT IDENTIFIER :: { id-pkix pkip(5) }
//
// arc for Registration Controls in CRMF
// id-regCtrl OBJECT IDENTIFIER ::= { id-pkip regCtrl(1) }
//
// arc for Registration Info in CRMF
// id-regInfo OBJECT IDENTIFIER ::= { id-pkip id-regInfo(2) }
/**
* RFC 4211: it-pkip: PKIX.5 = 1.3.6.1.5.5.7.5
*/
ASN1ObjectIdentifier id_pkip = CRMFObjectIdentifiers.id_pkip;
/**
* RFC 4211: it-regCtrl: 1.3.6.1.5.5.7.5.1
*/
ASN1ObjectIdentifier id_regCtrl = CRMFObjectIdentifiers.id_regCtrl;
/**
* RFC 4211: it-regInfo: 1.3.6.1.5.5.7.5.2
*/
ASN1ObjectIdentifier id_regInfo = CRMFObjectIdentifiers.id_regInfo;
/**
* 1.3.6.1.5.5.7.5.1.1
*/
ASN1ObjectIdentifier regCtrl_regToken = CRMFObjectIdentifiers.id_regCtrl_regToken;
/**
* 1.3.6.1.5.5.7.5.1.2
*/
ASN1ObjectIdentifier regCtrl_authenticator = CRMFObjectIdentifiers.id_regCtrl_authenticator;
/**
* 1.3.6.1.5.5.7.5.1.3
*/
ASN1ObjectIdentifier regCtrl_pkiPublicationInfo = CRMFObjectIdentifiers.id_regCtrl_pkiPublicationInfo;
/**
* 1.3.6.1.5.5.7.5.1.4
*/
ASN1ObjectIdentifier regCtrl_pkiArchiveOptions = CRMFObjectIdentifiers.id_regCtrl_pkiArchiveOptions;
/**
* 1.3.6.1.5.5.7.5.1.5
*/
ASN1ObjectIdentifier regCtrl_oldCertID = CRMFObjectIdentifiers.id_regCtrl_oldCertID;
/**
* 1.3.6.1.5.5.7.5.1.6
*/
ASN1ObjectIdentifier regCtrl_protocolEncrKey = CRMFObjectIdentifiers.id_regCtrl_protocolEncrKey;
/**
* From RFC4210:
* id-regCtrl-altCertTemplate OBJECT IDENTIFIER ::= {id-regCtrl 7}; 1.3.6.1.5.5.7.1.7
*/
ASN1ObjectIdentifier regCtrl_altCertTemplate = id_regCtrl.branch("7");
/**
* id-regCtrl-algId OBJECT IDENTIFIER ::= { iso(1)
* identified-organization(3) dod(6) internet(1) security(5)
* mechanisms(5) pkix(7) pkip(5) regCtrl(1) 11 }
*/
ASN1ObjectIdentifier id_regCtrl_algId = id_regCtrl.branch("11");
/**
* id-regCtrl-rsaKeyLen OBJECT IDENTIFIER ::= { iso(1)
* identified-organization(3) dod(6) internet(1) security(5)
* mechanisms(5) pkix(7) pkip(5) regCtrl(1) 12 }
*/
ASN1ObjectIdentifier id_regCtrl_rsaKeyLen = id_regCtrl.branch("12");
/**
* RFC 4211: it-regInfo-utf8Pairs: 1.3.6.1.5.5.7.5.2.1
*/
ASN1ObjectIdentifier regInfo_utf8Pairs = CRMFObjectIdentifiers.id_regInfo_utf8Pairs;
/**
* RFC 4211: it-regInfo-certReq: 1.3.6.1.5.5.7.5.2.1
*/
ASN1ObjectIdentifier regInfo_certReq = CRMFObjectIdentifiers.id_regInfo_certReq;
/**
* 1.2.840.113549.1.9.16.1.21
*
* id-ct OBJECT IDENTIFIER ::= { id-smime 1 } -- content types
*
* id-ct-encKeyWithID OBJECT IDENTIFIER ::= {id-ct 21}
*/
ASN1ObjectIdentifier ct_encKeyWithID = CRMFObjectIdentifiers.id_ct_encKeyWithID;
}