addRevokedCertificate

abstract fun addRevokedCertificate(certificate: ByteArray)

Adds a revoked certificate into the system.

Parameters

certificate

Certificate.

| Tag      | Descript                 |
| :------- | :----------------------- |
| 0xDFA024 | moka revoked certificate |

The moka revoked certificate structure contains the following data:

| Data            | Length       | Description                  |
| :-------------- | :------      | :--------------------------- |
| RID             | 5 bytes      | Application brand identifier |
| Index           | 1 byte       | Key index                    |
| Serial number   | 3 bytes      | Key serial number            |

Throws

SwitcloudL2Exception