KEY_STORE
Description
Technical Data
| Schema Version | 4.5.2 | |
| Tablespace | BART_DATA | |
| Partitioned | No | |
Summary
The KEY_STORE table is defined by the following columns. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| ALIAS | INSTANCE_KEY_STORE (KEST_ALIAS)
|
||||
| CERTIFICATE | |||||
| PRIVATE_KEY |
Column Details
ALIAS
| Definition | The alias of the key pair |
| Type | VARCHAR(64), NOT NULL |
CERTIFICATE
| Definition | The certificate |
| Type | BLOB, NOT NULL |
PRIVATE_KEY
| Definition | The private key for this certificate |
| Type | BLOB(1024), NOT NULL |