CX509SubjectPublicKeyInfo Class Reference
class CX509SubjectPublicKeyInfo : public CSubjectPublicKeyInfo |
Inherits from
- CX509SubjectPublicKeyInfo
Detailed Description
X.509 subject public key information.
Member Function Documentation
NewL ( const TDesC8 & )
Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation.
Parameter | Description | aBinaryData | The encoded binary representation. |
Returns: The new subject public key object.
NewL ( const TDesC8 &, TInt & )
Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation, starting at the specified offset.
Parameter | Description | aBinaryData | The encoded binary representation. |
aPos | The offset position from which to start decoding. |
Returns: The subject public key object.
NewLC ( const TDesC8 & )
Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
Parameter | Description | aBinaryData | The encoded binary representation. |
Returns: The new subject public key object.
NewLC ( const TDesC8 &, TInt & )
Creates a new X.509 subject public key object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
Parameter | Description | aBinaryData | The encoded binary representation. |
aPos | The offset position from which to start decoding. |
Returns: The new subject public key object.