Home
last modified time | relevance | path

Searched refs:OidType (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DOidType.php18 class OidType extends AbstractType class
45 * @return OidType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php29 use FreeDSx\Asn1\Type\OidType;
151 * @return OidType
153 public static function oid(string $oid): OidType
155 return new OidType($oid);
28 use FreeDSx\Asn1\Type\OidType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php29 use FreeDSx\Asn1\Type\OidType;
211 case $type instanceof OidType:
423 $type = OidType::withTag($tagNumber, $class, $this->decodeOid($length));
699 * @param OidType $type
703 protected function encodeOid(OidType $type)
27 use FreeDSx\Asn1\Type\OidType; global() alias