pod_keys_setup
Module for setting up the pod keys.
Classes
PodKeys
class PodKeys( public: cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey, private: cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey,):A public-private key pair for a Pod.
Arguments
public_key: The public key.private_key: The private key.
Variables
- static
private : cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey
- static
public : cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey