PCSDKModule Documentation

Enumeration PCCertificate​Info.​Status

public enum Status: String, Decodable  

The certificate status

PCCertificateInfo.Status PCCertificateInfo.Status String String PCCertificateInfo.Status->String Decodable Decodable PCCertificateInfo.Status->Decodable

Member Of

PCCertificateInfo

The info about user's certificate request and certificate

Conforms To

Decodable
String

Enumeration Cases

undefined

case undefined = "UNDEFINED"

Undefined status. There are no neither certificate request neither certificate in the info.

request​Info​Created

case requestInfoCreated = "CERT_REQUEST_INFO_CREATED"

Request info is created. There are no neither certificate request neither certificate in the info.

request​Created

case requestCreated = "CERT_REQUEST_CREATED"

Request is created. Info contains certificate request only.

issued

case issued = "CERT_ISSUED"

Certificate is issued. Info contains certificate request and certificate

issue​Error

case issueError = "CERT_ISSUE_ERROR"

The error has been occurred during issuing. Info contains certificate request only.

revoked

case revoked = "CERT_REVOKED"

Certificate has been revoked. Info contains certificate request and certificate

expired

case expired = "CERT_EXPIRED"

Certificate has been expired. Info contains certificate request and certificate