FFS_RSA_SIGNING_KEY

Used to store a RSA key file encrypted with symmetric cypher. Should contain 1 row.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Columns

Name Datatype Length Precision Not-null Comments
CERT VARCHAR2 4000 OFSC token service private key.
CREATED_TIME TIMESTAMP Generation time of the RSA key pair.
PRIVATE_KEY CLOB Key used by OFSC token service to sign access tokens. Ecrypted with master key.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
RSA_SIGNING_KEY_ID NUMBER 18 Contains unique identifier of the row. System generated.

Indexes

Index Uniqueness Tablespace Columns
FFS_RSA_SIGNING_KEY_U1 Unique DATA RSA_SIGNING_KEY_ID