Lines Matching defs:PEM
48 PEM = 1 # Privacy-Enhanced Mail
93 """A parser class to parse crt/crl/csr file or data in PEM/DER format."""
114 pem_loader = self.backends[data_type][DataFormat.PEM]
118 # It is in PEM format with target tag
121 # It is in PEM format without target tag
144 """Get the tag from the data in PEM format
147 :return: PEM tag or "" when no tag detected.
194 X.509 data(DER/PEM format) to an X.509 object.
204 DataFormat.PEM: x509.load_pem_x509_certificate,
208 DataFormat.PEM: x509.load_pem_x509_crl,
212 DataFormat.PEM: x509.load_pem_x509_csr,
293 # Try to parse all PEM blocks.