Home | History | Annotate | Download | only in base

Lines Matching refs:subject

130   X509Certificate(const std::string& subject, const std::string& issuer,
178 // Subject, serial number and validity period are given as parameters.
182 // |subject| is a distinguished name defined in RFC4514.
196 const std::string& subject,
203 // The subject of the certificate. For HTTPS server certificates, this
204 // represents the web server. The common name of the subject should match
206 const CertPrincipal& subject() const { return subject_; }
225 // Otherwise, it gets the common name in the subject field.
389 // The members of |cert_names| must have been extracted from the Subject CN or
439 // The subject of the certificate.