CX509SigningAlgorithmIdentifier Class Reference
| class CX509SigningAlgorithmIdentifier : public CSigningAlgorithmIdentifier |
Inherits from
- CX509SigningAlgorithmIdentifier
Detailed Description
Encapsulates the IDs of the algorithms used for signing an X.509 certificate.
Member Function Documentation
NewL ( const TDesC8 & )
Creates a new X.509 signing algorithm Id object from the specified buffer containing the binary coded representation.
| Parameter | Description | | aBinaryData | The encoded binary representation. |
Returns: The new signing algorithm Id object.
NewL ( const TDesC8 &, TInt & )
Creates a new X.509 signing algorithm Id 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 new signing algorithm Id object.
NewL ( const CAlgorithmIdentifier &, const CAlgorithmIdentifier & )
Creates a new X.509 signing algorithm Id object from the specified algorithm pair
| Parameter | Description | | aAsymmetricAlgorithm | The asymmetric algorithm |
| aDigestAlgorithm | The digest algorithm |
Returns: The new signing algorithm Id object.
NewLC ( const TDesC8 & )
Creates a new X.509 signing algorithm Id 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 signing algorithm Id object.
NewLC ( const TDesC8 &, TInt & )
Creates a new X.509 signing algorithm Id 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 signing algorithm Id object.
NewLC ( const CAlgorithmIdentifier &, const CAlgorithmIdentifier & )
Creates a new X.509 signing algorithm Id object from the specified algorithm pair
| Parameter | Description | | aAsymmetricAlgorithm | The asymmetric algorithm |
| aDigestAlgorithm | The digest algorithm |
Returns: The new signing algorithm Id object.