Lines Matching refs:DER
49 DER = 2 # Distinguished Encoding Rules
61 encoding = cryptography.hazmat.primitives.serialization.Encoding.DER
93 """A parser class to parse crt/crl/csr file or data in PEM/DER format."""
115 der_loader = self.backends[data_type][DataFormat.DER]
124 # It might be in DER format
157 """Check if the hex string is possibly DER data."""
194 X.509 data(DER/PEM format) to an X.509 object.
205 DataFormat.DER: x509.load_der_x509_certificate
209 DataFormat.DER: x509.load_der_x509_crl
213 DataFormat.DER: x509.load_der_x509_csr
302 # Might be DER format.