pkc_revocation_list.class(3sec)Revoked certificates list class Member Data Public · pkc_revocation_t * first · pkc_revocation_t * last · pkc_pending_revocation_t * first_pending · pkc_pending_revocation_t * last_pending Member Functions Public
· unsigned32 get_revocation_date( ) const - const pkc_revocation_t & o - utc_t * revocationDate
· unsigned32 get_revocation_date( ) const - const x500name & issuer - const asn_integer & serialNumber - utc_t * revocationDate
· unsigned32 add_revocation( ) - const pkc_revocation_t & o
· unsigned32 add_revocation( ) - const x500name & issuer - const asn_integer & serialNumber - const utc_t * revocationDate
· unsigned32 add_crl( ) - const SignedCertificateList & crl
· unsigned32 add_key( ) - pkc_trust_list_t * trust_list - const SubjectPublicKeyInfo & key - const x500name & subject - const utc_t & start_date - const utc_t & end_date - const pkc_ca_key_usage_t * usages = NULL · pkc_revocation_list_t(void) · virtual ~pkc_revocation_list_t( ) · void empty(void) Description pkc_revocation_list_t embodies a list of revoked certificates and their dates. The certificate manipulation routines are a C++ interface. C++ must be used to perform direct certificate manipulation. Related Information
Classes:
|