Name

SPVM::Net::SSLeay::X509_CRL - X509_CRL data structure in OpenSSL

Description

Net::SSLeay::X509_CRL class in SPVM represents X509_CRL data structure in OpenSSL

Usage

use Net::SSLeay::X509_CRL;

Instance Methods

method DESTROY : void ();

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

FAQ

How to create a new Net::SSLeay::X509_CRL object?

A way is reading PEM file by calling native Net::SSLeay::PEM#read_bio_X509_CRL method.

See Also

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License