Example #1
0
 /**
  *
  * @see AttributeValue::fromASN1
  * @param UnspecifiedType $el
  * @return self
  */
 public static function fromASN1(UnspecifiedType $el)
 {
     return new static($el->asPrintableString()->string());
 }