Name

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

Description

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

Usage

use Net::SSLeay::ASN1_INTEGER;

Instance Methods

DESTROY

method DESTROY : void ();

Calls native ASN1_INTEGER_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