TrustCore SDK NanoCert API reference  version 7.0
PKCS12AttributeUserValue Struct Reference

Nickname and/or identifier for keys; as defined in Section 4.2, "PKCS12AttrSet,", in PKCS 12 v1.0: Personal Information Exchange Syntax, available at ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-12/pkcs-12v1.pdf. More...

Data Fields

ePKCS12AttributeType eAttrType
 Attribute type; any of the ePKCS12AttributeType enum values defined in pkcs12.h. More...
 
ubyte * pValue
 Pointer to attribute value. More...
 
ubyte4 valueLen
 Length of the attribute value, PKCS12AttributeUserValue::pValue. More...
 

Detailed Description

Nickname and/or identifier for keys; as defined in Section 4.2, "PKCS12AttrSet,", in PKCS 12 v1.0: Personal Information Exchange Syntax, available at ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-12/pkcs-12v1.pdf.

Field Documentation

◆ eAttrType

ePKCS12AttributeType PKCS12AttributeUserValue::eAttrType

Attribute type; any of the ePKCS12AttributeType enum values defined in pkcs12.h.

◆ pValue

ubyte* PKCS12AttributeUserValue::pValue

Pointer to attribute value.

◆ valueLen

ubyte4 PKCS12AttributeUserValue::valueLen

Length of the attribute value, PKCS12AttributeUserValue::pValue.


The documentation for this struct was generated from the following file: