Name

SPVM::Net::SSLeay::Util::X509 - Utilities for X509 Data Structure in OpenSSL

Description

Net::SSLeay::Util::X509 class in SPVM has utility methods for X509 data structure in OpenSSL.

Usage

use Net::SSLeay::Util::X509;

Class Methods

static method get_ocsp_uri : string ($cert : Net::SSLeay::X509);

Returns OCSP URI in the certificate $cert.

If not found, returns undef.

Exceptions:

The X509 object $cert must be defined. Otherwise an exception is thrown.

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License