# Copyright (c) 2024 Yuki Kimoto
# MIT License

class Net::SSLeay::DER {
  version_from Net::SSLeay;
  
  # The following codes are generated by helper/generate_DER.pl
  
  use Net::SSLeay::PKCS12;
  
  native static method d2i_PKCS12 : Net::SSLeay::PKCS12 ($a_ref : Net::SSLeay::PKCS12[], $ppin_ref : string[], $length : long);
  
  native static method i2d_PKCS12 : int ($a : Net::SSLeay::PKCS12, $ppout_ref : string[]);
  
  native static method d2i_PKCS12_bio : Net::SSLeay::PKCS12 ($bp : Net::SSLeay::BIO);
  
}