Enumeration
PCCertificateInfo.Status
public enum Status: String, Decodable
The certificate status
Relationships
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.
requestInfoCreated
case requestInfoCreated = "CERT_REQUEST_INFO_CREATED"
Request info is created. There are no neither certificate request neither certificate in the info.
requestCreated
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
issueError
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