def ee0_key(self): ee0_key = ECC() ee0_key.generate() return ee0_key
def ca1_key(self): ca1_key = ECC() ca1_key.generate() return ca1_key