i2d_PKCS8_PRIV_KEY_INFO function
- @Native<Int Function(Pointer<
pkcs8_priv_key_info_st> , Pointer<Pointer< )>(ffi.Pointer<pkcs8_priv_key_info_st>, ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>)>()UnsignedChar> >
- Pointer<
pkcs8_priv_key_info_st> a, - Pointer<
Pointer< outUnsignedChar> >
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<pkcs8_priv_key_info_st>,
ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>,
)
>()
external int i2d_PKCS8_PRIV_KEY_INFO(
ffi.Pointer<pkcs8_priv_key_info_st> a,
ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>> out,
);