Overload | Description |
---|---|
RevokedCertificate Constructor(String,CRLReason) | Construct revoked certificate with serialnumber, actual UTC time and the CRL reason. |
RevokedCertificate Constructor(Byte[],CRLReason) | Construct revoked certificate with serialnumber, actual UTC time and the CRL reason. |
RevokedCertificate Constructor(String) | Construct minimal revoked certificate with serialnumber and actual UTC time. |
RevokedCertificate Constructor(Byte[]) | Construct minimal revoked certificate with serialnumber and actual UTC time. |