Home | History | Annotate | Download | only in Lib

Lines Matching refs:base64

146 import base64        # for DER-to-PEM translation
990 f = base64.standard_b64encode(der_cert_bytes).decode('ascii')
1006 return base64.decodestring(d.encode('ASCII', 'strict'))