class CWTLSRSAPublicKey : public CRSAPublicKey |
Public Member Functions | |
---|---|
IMPORT_C CWTLSRSAPublicKey * | NewL(const TDesC8 &) |
IMPORT_C CWTLSRSAPublicKey * | NewL(const TDesC8 &, TInt &) |
IMPORT_C CWTLSRSAPublicKey * | NewLC(const TDesC8 &) |
IMPORT_C CWTLSRSAPublicKey * | NewLC(const TDesC8 &, TInt &) |
Private Member Functions | |
---|---|
CWTLSRSAPublicKey() | |
void | ConstructL(const TDesC8 &, TInt &) |
Inherited Attributes | |
---|---|
CRSAParameters::iN | |
CRSAPublicKey::iE |
IMPORT_C CWTLSRSAPublicKey * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
const TDesC8 & aBinaryData |
IMPORT_C CWTLSRSAPublicKey * | NewL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
IMPORT_C CWTLSRSAPublicKey * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
const TDesC8 & aBinaryData |
IMPORT_C CWTLSRSAPublicKey * | NewLC | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |