#include <DSIGKeyInfo.hpp>
Inheritance diagram for DSIGKeyInfo:
Public Types | |
enum | keyInfoType { KEYINFO_NOTSET = 1, KEYINFO_X509 = 2, KEYINFO_VALUE_DSA = 3, KEYINFO_VALUE_RSA = 4, KEYINFO_NAME = 5 } |
Public Methods | |
DSIGKeyInfo (DSIGSignature *sig) | |
virtual | ~DSIGKeyInfo () |
virtual keyInfoType | getKeyInfoType (void)=0 |
virtual const DOMNode * | getKeyInfoDOMNode () |
virtual safeBuffer | getKeyName (void)=0 |
virtual void | load ()=0 |
Protected Attributes | |
DOMNode * | mp_keyInfoDOMNode |
DSIGSignature * | mp_parentSignature |
|
|
|
|
|
|
|
|
|
Implemented in DSIGKeyInfoName, DSIGKeyInfoValue, and DSIGKeyInfoX509. |
|
Implemented in DSIGKeyInfoName, DSIGKeyInfoValue, and DSIGKeyInfoX509. |
|
Implemented in DSIGKeyInfoName, DSIGKeyInfoValue, and DSIGKeyInfoX509. |
|
|
|
|