revoke method

void revoke()

Revokes its certificate

Implementation

void revoke() {
  _presentationManager.revokeCertificate();
}