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...") | |||
| Line 4: | Line 4: | ||
| }} | }} | ||
| '''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]] | ||
| == Specifications == | == Specifications == | ||
Revision as of 23:50, 19 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.

