ASN1_STRING_type

Return the ASN.1 type tag stored in an ASN.1 string.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_STRING_type(ASN1_STRING const* x);

Return Value

Type constant such as V_ASN1_OCTET_STRING.

Parameters

NameDescription
xString to query.