def load(Class, data, format=crypto.FILETYPE_ASN1): return Class(crypto.load_privatekey(format, data))