Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php37 public const TAG_TYPE_BIT_STRING = 0x03;
32 public const TAG_TYPE_BIT_STRING = 0x03; global() define in FreeDSx\\Asn1\\Type\\AbstractType
H A DBitStringType.php20 protected $tagNumber = self::TAG_TYPE_BIT_STRING;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php416 case AbstractType::TAG_TYPE_BIT_STRING: