CertParser Class Reference

Inherits from NSObject
Declared in RuntimeLicenseHandler.h

Overview

Class CertParser.

– init:

Initialize an object of CertParser.

- (id)init:(SecCertificateRef)certRef

Parameters

certRef

the specified certRef.

Return Value

an object of CertParser.

Discussion

Initialize an object of CertParser.

Declared In

RuntimeLicenseHandler.h

– Evaluate

Get a boolean result.

- (Boolean)Evaluate

Return Value

a boolean result.

Discussion

Get a boolean result.

Declared In

RuntimeLicenseHandler.h

– SerialNumberString

Get a number string of serial.

- (NSString *)SerialNumberString

Return Value

a number string of serial.

Discussion

Get a number string of serial.

Declared In

RuntimeLicenseHandler.h

– IssuerName

Get a issuer name.

- (NSString *)IssuerName

Return Value

a issuer name.

Discussion

Get a issuer name.

Declared In

RuntimeLicenseHandler.h

– SubjectName

Get a subject name.

- (NSString *)SubjectName

Return Value

a subject name.

Discussion

Get a subject name.

Declared In

RuntimeLicenseHandler.h

– Thumbprint

Get a string of thumbprint.

- (NSString *)Thumbprint

Return Value

a string of thumbprint.

Discussion

Get a string of thumbprint.

Declared In

RuntimeLicenseHandler.h

– NotBefore

Get a NSDate value with string notBefore.

- (NSDate *)NotBefore

Return Value

a NSDate value.

Discussion

Get a NSDate value with string notBefore.

Declared In

RuntimeLicenseHandler.h

– NotAfter

Get a NSDate value with string notAfter.

- (NSDate *)NotAfter

Return Value

a NSDate value.

Discussion

Get a NSDate value with string notAfter.

Declared In

RuntimeLicenseHandler.h