Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DRelativeOidType.php18 class RelativeOidType extends AbstractType class
61 * @return RelativeOidType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php32 use FreeDSx\Asn1\Type\RelativeOidType;
160 * @return RelativeOidType
162 public static function relativeOid(string $oid): RelativeOidType
164 return new RelativeOidType($oid);
31 use FreeDSx\Asn1\Type\RelativeOidType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php31 use FreeDSx\Asn1\Type\RelativeOidType;
214 case $type instanceof RelativeOidType:
429 $type = RelativeOidType::withTag($tagNumber, $class, $this->decodeRelativeOid($length));
682 * @param RelativeOidType $type
686 protected function encodeRelativeOid(RelativeOidType $type)
29 use FreeDSx\Asn1\Type\RelativeOidType; global() alias