Synopsis
Declared in <openssl/pkcs7.h>
struct stack_st_X509_ATTRIBUTE;
Non-Member Functions
Name |
Description |
Return the attribute stack attached to a safeBag without copying it. |
|
Retrieve an attribute by NID from a stack of X509_ATTRIBUTEs. |
|
Extract the message‐digest OCTET STRING from a set of authenticatedAttributes. |
|
Return the attribute stack embedded in a PKCS#8 PrivateKeyInfo. |
|
Append a duplicate of |
|
Create an attribute by NID and append a copy to a STACK_OF(X509_ATTRIBUTE). |
|
Create an attribute by OID and append a copy to a STACK_OF(X509_ATTRIBUTE). |
|
Create an attribute by name and append a copy to a STACK_OF(X509_ATTRIBUTE). |
|
Remove and return the attribute at index |
|
Return attribute data matching an OID from a stack of X509_ATTRIBUTE values. |
|
Return the attribute at a zero‐based index in an attribute stack. |
|
Find the next attribute in a stack with the given NID. |
|
Find the next attribute in a stack whose OID equals |
|
Return the number of attributes in an X509_ATTRIBUTE stack. |
Created with MrDocs