Searched refs:MODULUS_PREFIX (Results 1 – 1 of 1) sorted by relevance
177 MODULUS_PREFIX = b'modulus=' variable in RSAPublicKey193 if not out.lower().startswith(self.MODULUS_PREFIX):196 self.modulus = out[len(self.MODULUS_PREFIX):].strip()