Interface MTCObjectIdentifiers
public interface MTCObjectIdentifiers
OID constants used by the experimental encoding of Merkle Tree Certificates
(draft-ietf-plants-merkle-tree-certs).
Section 5.2 and Section 6.1 of the draft reserve two arcs under Cloudflare's IANA PEN (1.3.6.1.4.1.44363.47) for early implementations, until IANA assigns the production OIDs under the PKIX algorithms (1.3.6.1.5.5.7.6) and RDN attribute (1.3.6.1.5.5.7.25) arcs.
To be deleted: every constant in this class is an interim placeholder under the Cloudflare PEN. When IANA assigns the production OIDs, these constants should be removed and the production OIDs added (under a different arc class) — no back-compat aliases.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ASN1ObjectIdentifierCloudflare's IANA PEN arc.static final ASN1ObjectIdentifierid-alg-mtcProof signature-algorithm OID for the certificate signatureAlgorithm field.static final ASN1ObjectIdentifierid-pe-mtcCertificationAuthority extension OID for the CA certificate representation (Section 5.5 of the draft).static final ASN1ObjectIdentifierid-rdna-trustAnchorID RDN attribute OID for the certificate issuer field.
-
Field Details
-
cloudFlare
Cloudflare's IANA PEN arc. To be deleted when production OIDs are assigned. -
id_alg_mtcProof
id-alg-mtcProof signature-algorithm OID for the certificate signatureAlgorithm field. To be deleted when IANA assigns the production OID under id-pkix algorithms. -
id_rdna_trustAnchorID
id-rdna-trustAnchorID RDN attribute OID for the certificate issuer field. To be deleted when IANA assigns the production OID under id-pkix RDN attributes. -
id_pe_mtcCertificationAuthority
id-pe-mtcCertificationAuthority extension OID for the CA certificate representation (Section 5.5 of the draft). To be deleted when IANA assigns the production OID.
-