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 ();
Calls native OCSP_RESPONSE_free function given the pointer value of the instance if no_free
flag of the instance is not a true value.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License