Name
SPVM::Net::SSLeay::OCSP_RESPONSE - OCSP_RESPONSE Data Structure in OpenSSL
Description
Net::SSLeay::OCSP_RESPONSE class in SPVM represents OCSP_RESPONSE data structure in OpenSSL.
Usage
use Net::SSLeay::OCSP_RESPONSE;
Instance Methods
method DESTROY : void ();
Frees native OCSP_RESPONSE object by calling native OCSP_RESPONSE_free function if no_free
flag of the instance is not a true value.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License