Name
SPVM::Net::SSLeay::OBJ - OBJ Name Space in OpenSSL
Description
Net::SSLeay::OBJ class in SPVM represents OBJ name space in OpenSSL
Usage
use Net::SSLeay::OBJ;
Class Methods
txt2nid
static method txt2nid : int ($s : string);
Calls native OBJ_txt2nid function, and returns its return value.
Exceptions:
If OBJ_txt2nid failed, an exception is thrown with eval_error_id
set to the basic type ID of Net::SSLeay::Error class.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License