class Akenti::CertificateRequestImpl |
This abstract class provides the methods for getting the information about a CertificateRequest such as subject, publicKey, versionNumber, signatureAlgorithm or signature
![]() | ~CertificateRequestImpl () Deletes the object |
![]() | getSubject () const Returns a DistinguishedName object which includes the DistinguishName |
![]() | getPublicKey () const Returns a PublicKey object which contains the public key of the subject of this certificateRequest. |
![]() | getVersionNumber () const Returns the versionNumber of the software that generated this CertificateRequest |
![]() | getSignatureAlgorithm () const Returns the signatureAlgorithm such as "RSA-SHA1" or "DSA-MD5" of this CertificateRequest |
![]() | getSignable () const Returns the part of the request that was signed as a string |
![]() | getSignature () const Returns the signature of this CertificateRequest |
![]() | paramString () const Displays the CertificateRequest in string |
![]() | verify () const Verifies that the certificate request was signed with the public key that it contains. |
![]() | CertificateRequestImpl () Constructs the object |
This abstract class provides the methods for getting the information about a CertificateRequest such as subject, publicKey, versionNumber, signatureAlgorithm or signature
Alphabetic index HTML hierarchy of classes or Java