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