DER
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization }} '''Distinguished Encoding Rules''' ('''DER''') is a binary serialization of ASN.1 format. It is often used for...") |
m (Add Kaitai Struct schema) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Serialization | |subcat=Serialization | ||
| + | |extensions={{ext|der}}, others | ||
| + | |kaitai struct=asn1_der | ||
}} | }} | ||
'''Distinguished Encoding Rules''' ('''DER''') is a binary serialization of [[ASN.1]] format. It is often used for cryptographic data such as certificates, but has other uses. | '''Distinguished Encoding Rules''' ('''DER''') is a binary serialization of [[ASN.1]] format. It is often used for cryptographic data such as certificates, but has other uses. | ||
| + | |||
| + | == See also == | ||
| + | * [[DER encoded certificate]] | ||
| + | * [[DER encoded RSA private key]] | ||
| + | * [[PKCS7 certificate]] | ||
== Specifications == | == Specifications == | ||
Latest revision as of 17:57, 26 December 2024
Distinguished Encoding Rules (DER) is a binary serialization of ASN.1 format. It is often used for cryptographic data such as certificates, but has other uses.