Name
SPVM::Net::SSLeay::ASN1_OBJECT - ASN1_OBJECT Data Structure in OpenSSL
Description
Net::SSLeay::ASN1_OBJECT class in SPVM represents ASN1_OBJECT data structure in OpenSSL.
Usage
use Net::SSLeay::ASN1_OBJECT;
Class Methods
new
static method new : Net::SSLeay::OBJECT ();
Calls native ASN1_OBJECT_new function, creates a new Net::SSLeay::OBJECT object, sets the pointer value of the object to the return value of the native function, and returns the new object.
Exceptions:
If ASN1_OBJECT_new failed, an exception is thrown with eval_error_id
set to the basic type ID of Net::SSLeay::Error class.
Instance Methods
DESTROY
method DESTROY : void ();
Calls native ASN1_OBJECT_free function given the pointer value 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