SecureBlackbox 2020 Python Edition

Questions / Feedback?

validate Method

Validates the certificate.

Syntax

def validate() -> int: ...

Remarks

Use this method to validate the certificate contained in certificate. If the certificate being validated is not self-signed, please provide the CA certificate via ca_certificate property.

svtValid0The signature is valid

svtUnknown1Signature validity is unknown

svtCorrupted2The signature is corrupted

svtSignerNotFound3Failed to acquire the signing certificate. The signature cannot be validated.

svtFailure4General failure

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