from typing import Tuple, Optional, Callable def encode(data: bytes, marke: str, passphrase: Optional[bytes] = ..., randfunc: Optional[Callable[[int],bytes]] = ...) -> str: ... def decode(pem_data: str, passphrase: Optional[bytes] = ...) -> Tuple[bytes, str, bool]: ...
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
PEM.py | File | 6.79 KB | 0644 |
|
PEM.pyi | File | 303 B | 0644 |
|
PKCS8.py | File | 8.86 KB | 0644 |
|
PKCS8.pyi | File | 480 B | 0644 |
|
_PBES.py | File | 15.94 KB | 0644 |
|
_PBES.pyi | File | 489 B | 0644 |
|
__init__.py | File | 1.5 KB | 0644 |
|