Distinguished Encoding Rules

Overview #

Distinguished Encoding Rules (DER) is an ASN.1 subset of Basic Encoding Rules, and give exactly one way to represent any ASN.1 value as an Octet String.

Distinguished Encoding Rules is intended for applications in which a unique octet string encoding is needed, as is the case when a digital signature is computed on an ASN.1 value. DER is defined in Section 8.7 of X.509.

Distinguished Encoding Rules adds the following restrictions to the rules given in Basic Encoding Rules:

DER is a Binary form of ASCII PEM Certificate Format. All types of Certificates & Private Keys can be encoded in DER format.

Distinguished Encoding Rules Certificate Format Characteristics:

More Information#

There might be more information for this subject on one of the following: