Home | History | Annotate | Download | only in cert

Lines Matching full:encoded

89     // The data contains a single DER-encoded certificate, or a PEM-encoded
94 // The data contains a sequence of one or more PEM-encoded, DER
101 // The data may further be encoded using PEM, specifying block names of
145 // Create an X509Certificate from a chain of DER encoded certificates. The
153 // Create an X509Certificate from the DER-encoded representation.
160 // Create an X509Certificate from the DER-encoded representation.
198 // The serial number, DER encoded, possibly including a leading 00 byte.
265 // |valid_issuers| is a list of DER-encoded X.509 DistinguishedNames.
322 // Obtains the DER encoded certificate data for |cert_handle|. On success,
323 // returns true and writes the DER encoded certificate to |*der_encoded|.
327 // Returns the PEM encoded data from a DER encoded certificate. If the return
328 // value is true, then the PEM encoded certificate is written to
333 // Returns the PEM encoded data from an OSCertHandle. If the return value is
334 // true, then the PEM encoded certificate is written to |pem_encoded|.
340 // of PEM encoded strings. Returns true if all certificates were encoded,
362 // Creates an OS certificate handle from the DER-encoded representation.
368 encoded representation.
377 // Creates all possible OS certificate handles from |data| encoded in a
428 // extension, if present. Note these IP addresses are NOT ascii-encoded:
471 // The serial number of this certificate, DER encoded.