Searched refs:BitStringType (Results 1 – 4 of 4) sorted by relevance
16 use FreeDSx\Asn1\Type\BitStringType; alias124 * @return BitStringType126 public static function bitString(string $bitString): BitStringType128 return new BitStringType($bitString);133 * @return BitStringType135 public static function bitStringFromInteger(int $integer): BitStringType137 return BitStringType::fromInteger($integer);142 * @return BitStringType144 public static function bitStringFromBinary($binary): BitStringType146 return BitStringType::fromBinary($binary);
18 class BitStringType extends AbstractType class40 * @return BitStringType80 * @return BitStringType102 * @return BitStringType
17 use FreeDSx\Asn1\Type\BitStringType; alias93 if ($type instanceof BitStringType && $type->getIsConstructed()) {
22 use FreeDSx\Asn1\Type\BitStringType; alias208 case $type instanceof BitStringType:417 …$type = EncodedType\BitStringType::withTag($tagNumber, $class, $isConstructed, $this->decodeBitStr…659 * @param BitStringType $type662 protected function encodeBitString(BitStringType $type)