DER
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| m (Add Kaitai Struct schema) | |||
| (2 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. | ||
| Line 8: | Line 10: | ||
| * [[DER encoded certificate]] | * [[DER encoded certificate]] | ||
| * [[DER encoded RSA private key]] | * [[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.

