Ejemplo n.º 1
0
 protected static function _fromDER($data, $critical)
 {
     return new self($critical, OctetString::fromDER($data)->string());
 }