Write a PKCS#8 PrivateKeyInfo to a BIO in PEM form.
Synopsis
Declared in <openssl/pem.h>
int
PEM_write_bio_PKCS8_PRIV_KEY_INFO(
BIO* bp,
PKCS8_PRIV_KEY_INFO const* x);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
bp |
BIO to write to. |
x |
PrivateKeyInfo to encode. |
Created with MrDocs