Searched refs:to_bitstring (Results 1 – 2 of 2) sorted by relevance
436 let signature = self.signer().try_sign(&blob)?.to_bitstring()?; in build()452 .to_bitstring()?; in build_with_rng()
183 fn to_bitstring(&self) -> der::Result<BitString>; in to_bitstring() method