/**
  * @task envelope
  */
 public function openEnvelope()
 {
     return $this->mask($this->value, PhutilOpaqueEnvelopeKey::getKey());
 }