Used to generate an Attribute certificate
![]() | AttributeCertGenerator () Constructs this object |
![]() | ~AttributeCertGenerator () Destroys this object |
![]() | setPrincipal (const AkentiPrincipal& principal) Sets the principal for the Akenti Certificate |
![]() | setAttribute (const string& attribute) Sets the attribute component of the attribute/value pair that the newly generated certificate will attest to |
![]() | setValue (const string& value) Sets the value component of the attribute/value pair that the newly generated certificate will attest to |
![]() | setCondition (const Condition& condition) Sets the Condition that will need to be satisfied before the attribute/value pair are attested to by the newly genarated certificate |
Used to generate an Attribute certificate.Usage: AttributeCertGenerator gen; // first call all the set methods in AkentiCertGenerator gen.setPrincipal(somePrincipal); gen.setAttribute("GROUP"); gen.setValue("DSD"); // gen.setCondition(someCondition); optional // finally call the sign method in AkentiCertGenerator
~AttributeCertGenerator()
void setPrincipal(const AkentiPrincipal& principal)
void setAttribute(const string& attribute)
AttributeCertificateImpl void setValue(const string& value)
AttributeCertificateImpl void setCondition(const Condition& condition)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de