namespace Akenti class CertificateRequest : public ref_ptrA CertificateRequest object is a reference-count pointer that wraps a CertificateRequestImpl
| | ~CertificateImpl () Deletes this object |
| | getType () const Returns the type of this certificate |
| | hashCode () const Creates a hashCode from the contents of this certificate |
| | getEncoded () const Encodes this certificate |
| | getSubjectPublicKey () const Returns the subject's publicKey of this certificate |
| | verify (const PublicKey& publicKey) const Returns bool value to indicate the correctness of this certificate |
| | getFormat () const Returns format of this certificate |
| | getGuarantor () const Returns guarantor of this certificate |
| | getPrincipal () const Returns principal of this certificate |
| | getSerialNumber () const Returns serialNumber of this certificate |
| | getSignature () const Returns signature of this certificate |
| | getSignable () const Returns the information that you need to sign |
| | getSignatureAlgorithm () const Returns the signature's algorithm name of this certificate |
| | getVersionNumber () const Returns the versionNumber of this certificate |
| | getNotBefore () const Returns GMT time for the beginning time of valid usage of this certificate |
| | getNotAfter () const Returns GMT time for the ending time of valid usage of this certificate |
| | checkValidity () const Checks validity of this certificate comparing to current time |
| | checkValidity (const UtcTime& utcTime) const Checks validity of this certificate comparing to given time |
| | paramString () const Returns the string of items related to this certificate for correctness check |
| | CertificateRequest (CertificateRequestImpl *impl = NULL) Constructs a CertificateRequest given a CertificateRequestImpl object |
| | ~CertificateRequest () Decrements the count of references to the wrapped CertificateRequestImpl object |
| | CertificateImpl () Constructs this object |
A CertificateRequest object is a reference-count pointer that wraps a CertificateRequestImpl
virtual string getType() const
virtual int hashCode() const
virtual string getEncoded() const
virtual PublicKey getSubjectPublicKey() const
virtual bool verify(const PublicKey& publicKey) const
virtual string getFormat() const
virtual Principal getGuarantor() const
virtual Principal getPrincipal() const
virtual long getSerialNumber() const
virtual string getSignature() const
virtual string getSignable() const
virtual string getSignatureAlgorithm() const
virtual long getVersionNumber() const
virtual UtcTime getNotBefore() const
virtual UtcTime getNotAfter() const
bool checkValidity() const
bool checkValidity(const UtcTime& utcTime) const
virtual string paramString() const
CertificateImpl()
CertificateRequest(CertificateRequestImpl *impl = NULL)
CertificateRequestImpl
~CertificateRequest()
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