Name

SPVM::Net::SSLeay::OCSP_REQUEST - OCSP_REQUEST Data Structure in OpenSSL

Description

Net::SSLeay::OCSP_REQUEST class in SPVM represents OCSP_REQUEST data structure in OpenSSL.

Usage

use Net::SSLeay::OCSP_REQUEST;

Instance Methods

method DESTROY : void ();

Frees native OCSP_REQUEST object by calling native OCSP_REQUEST_free function if no_free flag of the instance is not a true value.

See Also

Copyright (c) 2024 Yuki Kimoto

MIT License

1 POD Error

The following errors were encountered while parsing the POD:

Around line 33:

=back doesn't take any parameters, but you said =back =head1 Copyright & License