zdk.objc
Instance Methods | Properties | List of all members
<ZDKSecureCertData> Protocol Reference
Inheritance diagram for <ZDKSecureCertData>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

int errorMask
 Gets the mask of errors for the certificate. More...
 
NSString * certSubject
 Gets the certificate's subject. More...
 
NSString * certIssuer
 Gets the certificate's issuer. More...
 
NSString * certNotBefore
 Gets the certificate's start of validity. More...
 
NSString * certNotAfter
 Gets the certificate's end of validity. More...
 
NSString * expectedName
 Gets the expected subject name for the certificate. More...
 
NSString * actualNameList
 Gets the actual certificate names list. More...
 
NSString * certDataPEM
 Gets the certificate itself. More...
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ actualNameList

- (NSString*) actualNameList
readnonatomicassign

Gets the actual certificate names list.

The function gets the actual certificate names list. The whole list is in the actual list represented as a ASCIIZ string of comma delimited values.

Returns
The actual certificate names list

◆ certDataPEM

- (NSString*) certDataPEM
readnonatomicassign

Gets the certificate itself.

The function gets the certificate itself, PEM encoded.

Returns
The actual certificate

◆ certIssuer

- (NSString*) certIssuer
readnonatomicassign

Gets the certificate's issuer.

Returns
The certificate's issuer

◆ certNotAfter

- (NSString*) certNotAfter
readnonatomicassign

Gets the certificate's end of validity.

Returns
The certificate's end validity

◆ certNotBefore

- (NSString*) certNotBefore
readnonatomicassign

Gets the certificate's start of validity.

Returns
The certificate's start validity

◆ certSubject

- (NSString*) certSubject
readnonatomicassign

Gets the certificate's subject.

Returns
The certificate's subject

◆ errorMask

- (int) errorMask
readnonatomicassign

Gets the mask of errors for the certificate.

Bit-field of CertificateError

Returns
The mask of errors
See also
CertificateError

◆ expectedName

- (NSString*) expectedName
readnonatomicassign

Gets the expected subject name for the certificate.

The function gets the expected subject name for the certificate. The main certificate name is in the certificate's subject in the 'commonName' field. More names can be found in the certificate's 'altSubjectName' extension.

Returns
The expected subject name for the certificate

The documentation for this protocol was generated from the following file: