class AttributeCertGenerator |
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 *
Note: The condition is optional.
Alphabetic index HTML hierarchy of classes or Java