DER
From Just Solve the File Format Problem
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Serialization | |subcat=Serialization | ||
+ | |extensions={{ext|der}}, others | ||
}} | }} | ||
'''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. | ||
Line 8: | Line 9: | ||
* [[DER encoded certificate]] | * [[DER encoded certificate]] | ||
* [[DER encoded RSA private key]] | * [[DER encoded RSA private key]] | ||
+ | * [[PKCS7 certificate]] | ||
== Specifications == | == Specifications == |
Revision as of 02:00, 24 October 2013
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.