Entering content frame

Background documentation KEYSTORE Locate the document in its SAP Library structure

This section contains the commands used for administrating the SAP J2EE Engine Key Storage Service on the dispatcher. The commands are added to the shell environment by executing ADD KEYSTORE on the command line.

CREATION_DATE

Syntax

CREATION_DATE <viewAlias> <entryAlias>

Arguments

 

<viewAlias>

The name of the view to check the entry from.

<entryAlias>

The name of the entry to check.

Description

Displays the creation date of a keystore entry.

 

EXISTS

Syntax

EXISTS <viewAlias> <entryAlias>

Arguments

 

<viewAlias>

The name of the view to check the entry from.

<entryAlias>

The name of the entry to check.

Description

Tests whether an entry with the given alias has been stored.

 

IS_KEY

Syntax

IS_KEY <viewAlias> <entryAlias>

Arguments

 

<viewAlias>

The name of the view to check the entry from.

<entryAlias>

The name of the entry to check.

Description

Tests if the keystore entry with given alias is a key.

 

LIST

Syntax

LIST <viewAlias>

Arguments

 

<viewAlias>

The name of the view to check.

Description

Lists the aliases of available entries in the given keystore view.

 

SIZE

Syntax

SIZE <viewAlias>

Arguments

 

<viewAlias>

The name of the view to check.

Description

Displays the entries number in the specified keystore view.

 

 

Leaving content frame