win32crypt.CryptFindOIDInfo
dict = CryptFindOIDInfo(KeyType, Key , GroupId )
Returns information about an algorithm identifier or object identifier
Parameters
Return Value
Returns a dictionary of CRYPT_OID_INFO data
KeyType | Type of Key |
CRYPT_OID_INFO_OID_KEY | An szOID_* character string |
CRYPT_OID_INFO_NAME_KEY | A unicode name |
CRYPT_OID_INFO_ALGID_KEY | An ALG_ID, one of the CALG_* integer constants |
CRYPT_OID_INFO_SIGN_KEY | A tuple of 2 CALG_* integers (hash algorithm, public key algorithm) |