checkState method

void checkState()

Implementation

void checkState() {
  if (!verified) {
    throw UnverifiedCertificateError();
  }
}