Query an EC key string for selected information.
public static string QueryKey( string internalKey, string query )
Public Shared Function QueryKey ( _ internalKey As String, _ query As String _ ) As String
Valid queries are:
"curveName" | Name of the curve. |
"keyBits" | Number of bits in the key. |
"isPrivate" | "1" if key is a private key; "0" if not. |
"privateKey" | Value of the private key in hex format. |
"publicKey" | Value of the public key in hex format. |
VB6/C equivalent: ECC_QueryKey