PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
Crypto
/
IO
from typing import Dict, Tuple, Optional, Union, Callable from Crypto.Util.asn1 import DerObject def wrap(private_key: bytes, key_oid: str, passphrase: Union[bytes, str] = ..., protection: str = ..., prot_params: Dict = ..., key_params: Optional[DerObject] = ..., randfunc: Optional[Callable[[int],str]] = ...) -> bytes: ... def unwrap(p8_private_key: bytes, passphrase: Optional[Union[bytes, str]] = ...) -> Tuple[str, bytes, Optional[bytes]]: ...
[+]
..
[-] PEM.pyi
[edit]
[+]
__pycache__
[-] PKCS8.pyi
[edit]
[-] __init__.py
[edit]
[-] PKCS8.py
[edit]
[-] _PBES.pyi
[edit]
[-] PEM.py
[edit]
[-] _PBES.py
[edit]