class PolicyImpl |
Wraps a policy cert and is used to store UseCondition certs that apply to the policy cert's resource.
![]() | PolicyImpl (bool leaf, const PolicyCertificate& policyCert) Constructs this object. |
![]() | ~PolicyImpl () Destroys this object |
![]() | isLeaf () const |
![]() | operator-> () const |
![]() | getResource () const Returns the name of the resource. |
![]() | hashCode () const Returns the hashCode of the policy certificate. |
![]() | getCacheInterval () const Returns the cacheTime in seconds. |
![]() | getIssuer () const Returns the AkentiIssuer of the policy certificate. |
![]() | getPolicyCertificate () const Returns the policy certificate. |
![]() | getCertificateAuthorityInfos () const Returns the CertificateAuthorityInfos. |
![]() | getAttributeDirectories () const Returns the attribute directories. |
![]() | numOfUseCondIssuerGroups () const Returns the number of UseCondIssuerGroups. |
![]() | getUseCondIssuerGroup (int groupIndex) const Returns the UseCondIssuerGroup at groupIndex. |
![]() | addUCCertificate (const UseCondCertificate& ucCert) Adds a UseCondition certificate. |
![]() | getUCCerts () const Returns all UseCondition certificates. |
![]() | getCriticalUCCerts () const Returns critical UseCondition certificate |
![]() | getFlexibleUCCerts () const Returns flexible UseCondition certificates. |
![]() | paramString () const For debugging purposes |
![]() | toLogString () const For logging purposes |
Wraps a policy cert and is used to store UseCondition certs that apply to the policy cert's resource.
The policyCert must be of type Policy.
Alphabetic index HTML hierarchy of classes or Java