Return the output‐structure name for an encoder instance (for example "pkcs8").
Synopsis
Declared in <openssl/encoder.h>
char const*
OSSL_ENCODER_INSTANCE_get_output_structure(OSSL_ENCODER_INSTANCE* encoder_inst);
Return Value
Internal NUL‐terminated structure string, or NULL if unset.
Parameters
Name |
Description |
encoder_inst |
Encoder instance to query. |
Created with MrDocs