Previous Topic

Next Topic

Book Contents

Book Index

Key Manager

Overview

The Key Manager has the following purposes and benefits:

Architecture

The Key Manager architecture is presented in the following figure:

mbs_core_keyman_v90

Key Admin

The purpose of the Key Admin is to manage the private keys, public keys and the certificates. See the Key Entry section below for more information.

Certificate Authority

The Certificate Authority is to issue certificates, requested by the Key Admin if not self-signed.

Application

The Application uses one or more of the private keys, public keys and the certificates.

Key Entry

Properties

The Key Entry has the following properties:

Status Life Cycle

The Key Entry status life cycle is presented below:

mbs_core_keyman_keyentry_v90

The Key Entry statuses are:

Work Flows

Self-Signed Certificate Flow

This flow works in offline mode and does not need certificate authority, because the self-signed certificate is generated by the Key Admin.

Below is the diagram for new key entry (private key, public key and certificate) request using self-signed certificate.

mbs_core_keyman_workflow1_v90

Certificate Authority Flow

This flow works in online mode and uses a connection to the certificate authority, which generates the certificate.

Below is the diagram for new key entry (private key, public key and certificate) request from the certificate authority.

mbs_core_keyman_workflow2_v90