# Copyright (c) 2024 Yuki Kimoto
# MIT License

class Net::SSLeay::ASN1_ENUMERATED : pointer {
  version_from Net::SSLeay;
  
  # Class Methods
  native static method new : Net::SSLeay::ASN1_ENUMERATED ();
  
  # Instance Methods
  native method get_int64 : long ();
  
  native method set_int64 : void ($r : long);
  
  native method DESTROY : void ();
  
}