OSSL_ENCODER_INSTANCE_get_output_structure

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

NameDescription
encoder_instEncoder instance to query.