SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Validate Method

Validates the CRL signature.

Object Oriented Interface

public function doValidate();

Procedural Interface

secureblackbox_crlmanager_do_validate($res);

Remarks

Call this method to check the validity of this CRL's signature. The CACertificate property needs to be set for this method to be capable of doing the check.

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 PHP Edition - Version 20.0 [Build 8154]