Functions | |
def | certificate_chain () |
def | parse_bool (value) |
def | private_key () |
def | test_root_certificates () |
Variables | |
string | _CERTIFICATE_CHAIN_RESOURCE_PATH = 'credentials/server1.pem' |
string | _PRIVATE_KEY_RESOURCE_PATH = 'credentials/server1.key' |
string | _ROOT_CERTIFICATES_RESOURCE_PATH = 'credentials/ca.pem' |
def tests.interop.resources.certificate_chain | ( | ) |
Definition at line 33 of file interop/resources.py.
def tests.interop.resources.parse_bool | ( | value | ) |
Definition at line 37 of file interop/resources.py.
def tests.interop.resources.private_key | ( | ) |
Definition at line 29 of file interop/resources.py.
def tests.interop.resources.test_root_certificates | ( | ) |
Definition at line 25 of file interop/resources.py.
|
private |
Definition at line 22 of file interop/resources.py.
|
private |
Definition at line 21 of file interop/resources.py.
|
private |
Definition at line 20 of file interop/resources.py.