Skip to main content

keys_setup

Module for setting up the pod keys.

Classes

AsymmetricEncryptionKeyPair

class AsymmetricEncryptionKeyPair(public: PublicKeyT, private: PrivateKeyT):

A public-private asymmetric encryption key pair.

Arguments

  • public: The public key.
  • private: The private key.

Variables

  • static private : ~PrivateKeyT
  • static public : ~PublicKeyT

KeySerializationFormat

class KeySerializationFormat(*args, **kwds):

The format to serialize a key in.

Variables

  • static PEM
  • static SSH