Table:
KEY_STORE
|
Table Name
|
KEY_STORE |
| Table Description |
The KEY_STORE table contains the private keys and their associated certificates for using HTTPS. Each entry is identified
by an
"alias" string.
|
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The KEY_STORE database table is defined by the following columns.
Column: ALIAS
| Value Type |
VARCHAR(64), NOT NULL |
| Column Description |
The alias of the certificate. |
Column: CERTIFICATE
| Value Type |
BLOB, NOT NULL |
| Column Description |
The certificate. |
Column: PRIVATE_KEY
| Value Type |
BLOB, NOT NULL |
| Column Description |
The private key for this certificate. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.