Lines Matching refs:str
17 def short_expression(original: str, level: int = 0) -> str:
59 def from_family(family: str) -> 'EllipticCurveCategory':
71 def __init__(self, name: str, params: Optional[Iterable[str]] = None) -> None:
119 def short_expression(self, level: int = 0) -> str:
132 } # type: Dict[str, Tuple[int, ...]]
143 } # type: Dict[str, Tuple[int, ...]]
157 } # type: Dict[str, Tuple[int, ...]]
292 def __init__(self, expr: str) -> None:
301 def determine_base(expr: str) -> str:
317 def determine_head(expr: str) -> str:
372 def determine_category(self, expr: str, head: str) -> AlgorithmCategory:
399 def __init__(self, expr: str) -> None:
414 def get_key_agreement_derivation(self) -> Optional[str]:
447 def short_expression(self, level: int = 0) -> str:
460 def hash_length(cls, alg: str) -> int:
480 def permitted_truncations(cls, base: str) -> FrozenSet[int]:
542 def usage_flags(self, public: bool = False) -> List[str]: