Table of Contents

Cryptography - Keystore (KS)

About

A keystore is a database of key material. ie:

You only need it:

A keystore contains:

Format

Various types of keystores are available, including:

Management

Creation

Without a key

Portecle New Keystore

For pem, see Privacy-Enhanced Mail (PEM) (OpenSsh format)

With a key

Generation of a keypair with the RSA public key implementation and creation of a key store with keytool

keytool \
    -genkeypair 
    -alias aliasEntry
    -keyalg RSA 
    -keystore keyStoreName.jks 
    -dname "[email protected], CN=KeyName, OU=Programs Partners, O=Organisation, L=Town, C=NL" 
    -storepass keyStorePassword 
    -keysize 2048 
    -keypass keyPassword

where:

List

with Cryptography - Keytool (Key and Certificate Management Tool)

keytool -list -keystore serverkeystore.jks

Soap UI Key Store

Soap Ui Keystore

Saop Ui Keystore Request