Name

service

XMS Key Store Service — Provides access to key stores which hold public and private keys used for encryption

<service class="xms.security.XMSKeyStoreService"> child tags </service>

[Note]Note
There are no attributes for this tag

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Child Tags

KeyStore

<keystore class="class" name="name" />

Classes Implementing xms.security.KeyStore

The following classes can be used in the class attribute for this tag:

Example 70. Example configuration for XMS Key Store Service

Required attributes are marked with a bold typeface

<service class="xms.security.XMSKeyStoreService">
    <keystore class="class"  />
</service>