Go to the documentation of this file.
22 #ifndef CA_MGM_REQUEST_DATA_HPP
23 #define CA_MGM_REQUEST_DATA_HPP
25 #include <ca-mgm/config.h>
33 namespace CA_MGM_NAMESPACE {
35 class RequestDataImpl;
64 getKeyAlgorithm()
const;
70 getSignatureAlgorithm()
const;
76 getExtensions()
const;
79 getChallengePassword()
const;
82 getUnstructuredName()
const;
89 getRequestAsText()
const;
96 getExtensionsAsText()
const;
101 virtual std::vector<std::string>
104 virtual std::vector<std::string>
116 #endif // CA_MGM_REQUEST_DATA_HPP