Home | History | Annotate | Download | only in base

Lines Matching refs:certificate

40 // A somewhat opaque type used to encapsulate a certificate.
41 // Wraps the SSL library's notion of a certificate, with reference counting.
47 // Parses and build a certificate from a PEM encoded string.
49 // The length of the string representation of the certificate is
58 // underlying certificate.
62 // Returns a PEM encoded string representation of the certificate.
66 // Our identity in an SSL negotiation: a keypair and certificate (both
71 // Generates an identity (keypair and self-signed certificate). If
72 // common_name is non-empty, it will be used for the certificate's
85 // Returns a temporary reference to the certificate.
86 virtual SSLCertificate& certificate() const = 0;