ADC Advanced Policy Expressions

STACK_OF_EXTENSION_T


STACK_OF(X509_EXTENSION) Extensions in the certificate

This topic lists the expressions that are provided by this class.

  • object (String s)

    If object is present in the extensions of the certificate, returns value for the object else returns NULL. The argument specifies the oid or short-name for the object of an extension. If the extension having an object with the matching oid or short name is present in the extensions of the client certificate, returns the value for the object, else returns NULL.

Parameters:

        s- The argument specifies the oid or short-name for the object of an extension.

Returns: asn1_octet_string_t

  • count

    Returns the number of extensions present in the certificate.

Returns: num_at

  • has_object (String s)

    If object is present in the extensions of the certificate, returns true else returns false. The argument specifies the oid or short-name for the object of an extension. If the extension having an object with the matching oid or short name is present in the extensions of the client certificate, returns true, else false.

Parameters:

        s- The argument specifies the oid or short-name for the object of an extension.

Returns: bool_at

STACK_OF_EXTENSION_T

In this article