Searched refs:OidType (Results 1 – 3 of 3) sorted by relevance
18 class OidType extends AbstractType class45 * @return OidType
29 use FreeDSx\Asn1\Type\OidType; alias151 * @return OidType153 public static function oid(string $oid): OidType155 return new OidType($oid);
29 use FreeDSx\Asn1\Type\OidType; alias211 case $type instanceof OidType:423 $type = OidType::withTag($tagNumber, $class, $this->decodeOid($length));699 * @param OidType $type703 protected function encodeOid(OidType $type)