Name
SPVM::Net::SSLeay::OCSP_ONEREQ - OCSP_ONEREQ Data Structure in OpenSSL.
Description
Net::SSLeay::OCSP_ONEREQ class in SPVM represents OCSP_ONEREQ data structure in OpenSSL.
Usage
use Net::SSLeay::OCSP_ONEREQ;
Instance Methods
DESTROY
method DESTROY : void ();
Calls native OCSP_ONEREQ_free function given the pointer 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