SealdUtils_PKCS1DERtoPKCS8 method

int SealdUtils_PKCS1DERtoPKCS8(
  1. Pointer<Utf8> pkcs1DerRsaKey,
  2. Pointer<Pointer<Utf8>> result,
  3. Pointer<Pointer<NativeSealdError>> error
)

Internal function. Do not use directly.

Implementation

int SealdUtils_PKCS1DERtoPKCS8(
  ffi.Pointer<pkg_ffi.Utf8> pkcs1DerRsaKey,
  ffi.Pointer<ffi.Pointer<pkg_ffi.Utf8>> result,
  ffi.Pointer<ffi.Pointer<NativeSealdError>> error,
) {
  return _SealdUtils_PKCS1DERtoPKCS8(
    pkcs1DerRsaKey,
    result,
    error,
  );
}