OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CertificateType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tlslite/tlslite/
handshakesettings.py
9
from .constants import
CertificateType
207
l.append(
CertificateType
.x509)
messages.py
109
self.certificate_types = [
CertificateType
.x509]
224
[
CertificateType
.x509]:
263
self.certificate_type =
CertificateType
.x509
343
CertificateType
.x509:
373
def __init__(self,
certificateType
):
375
self.
certificateType
=
certificateType
384
if self.
certificateType
==
CertificateType
.x509:
404
if self.
certificateType
== CertificateType.x509
[
all
...]
tlsconnection.py
[
all
...]
constants.py
12
class
CertificateType
:
Completed in 39 milliseconds