SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

ocsp_response_entry_count Property

The number of SingleResponse elements contained in this OCSP response.

Syntax

def get_ocsp_response_entry_count() -> int: ...

ocsp_response_entry_count = property(get_ocsp_response_entry_count, None)

Default Value

0

Remarks

The number of SingleResponse elements contained in this OCSP response. Each SingleResponse element corresponds to a certificate status.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]