#include <x509cert.h>
| class CX509SigningAlgorithmIdentifier : public CSigningAlgorithmIdentifier |
| Public Member Functions | |
|---|---|
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewL(const TDesC8 &) |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewL(const TDesC8 &, TInt &) |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewL(const CAlgorithmIdentifier &, const CAlgorithmIdentifier &) |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewLC(const TDesC8 &) |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewLC(const TDesC8 &, TInt &) |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewLC(const CAlgorithmIdentifier &, const CAlgorithmIdentifier &) |
| Inherited Attributes | |
|---|---|
| CSigningAlgorithmIdentifier::iAsymmetricAlgorithm | |
| CSigningAlgorithmIdentifier::iDigestAlgorithm | |
Encapsulates the IDs of the algorithms used for signing an X.509 certificate.
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new X.509 signing algorithm Id object from the specified buffer containing the binary coded representation.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
Creates a new X.509 signing algorithm Id object from the specified buffer containing the binary coded representation, starting at the specified offset.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| aPos | The offset position from which to start decoding. |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewL | ( | const CAlgorithmIdentifier & | aAsymmetricAlgorithm, |
| const CAlgorithmIdentifier & | aDigestAlgorithm | |||
| ) | [static] | |||
Creates a new X.509 signing algorithm Id object from the specified algorithm pair
| Parameters | |
|---|---|
| aAsymmetricAlgorithm | The asymmetric algorithm |
| aDigestAlgorithm | The digest algorithm |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
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.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewLC | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
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.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| aPos | The offset position from which to start decoding. |
| IMPORT_C CX509SigningAlgorithmIdentifier * | NewLC | ( | const CAlgorithmIdentifier & | aAsymmetricAlgorithm, |
| const CAlgorithmIdentifier & | aDigestAlgorithm | |||
| ) | [static] | |||
Creates a new X.509 signing algorithm Id object from the specified algorithm pair
| Parameters | |
|---|---|
| aAsymmetricAlgorithm | The asymmetric algorithm |
| aDigestAlgorithm | The digest algorithm |