Return how many X509_ATTRIBUTE entries are attached to a key.
Synopsis
Declared in <openssl/x509.h>
int
EVP_PKEY_get_attr_count(EVP_PKEY const* key);
Return Value
Attribute count, or 0 if none.
Parameters
Name |
Description |
key |
Key to query. |
Created with MrDocs