KEY_STORE

Definition


The KEY_STORE table contains the private keys and their associated certificates for using SSL. Each entry is identified by an "alias" string.

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_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          
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, NOT NULL