AUTH_KEY table
The AUTH_KEY table stores the keys for signing and verifying authentication requests.
Column Name Description Data type Y* The public key in the DSA algorithm. Character (2000) P* The prime number in the DSA algorithm. Character (2000) Q* The subprime number in the DSA algorithm. Character (2000) G* The modulus in the DSA algorithm. Character (2000) X* The private key in the DSA algorithm. Character (2000) * Indicates the column is required and not null.
Parent topic: Others