5 Viewing and Managing Keystore Service Keystores

You can view and manage Keystore Service (KSS) keystores using a set of representational state transfer (REST) resources, as summarized below.

Before using the REST API, you need to understand how to access the REST resources and other important concepts. See "About the REST API".

For more information about KSS keystore management, see "Configuring the OPSS Keystore Service for Message Protection" in Security and Administrator's Guide for Web Services.

Table 5-1 KSS Keystore Management REST Resources

Section Method Resource Path

POST New KSS Keystore Method

POST

/idaas/platform/admin/v1/keystoreservice

POST Import KSS Keystore Method

POST

/idaas/platform/admin/v1/keystoreservice/keystore

PUT Password Update KSS Keystore Method

PUT

/idaas/platform/admin/v1/keystoreservice

POST Trusted Certificate KSS Keystore Method

POST

/idaas/platform/admin/v1/keystoreservice/certificates

GET Stripe KSS Keystores Method

GET

/idaas/platform/admin/v1/keystoreservice/{stripeName}

GET Alias KSS Keystore Method

GET

/idaas/platform/admin/v1/keystoreservice/alias/{stripeName}/{keystoreName}/{entryType}

GET Trusted Certificate KSS Keystore Method

GET

/idaas/platform/admin/v1/keystoreservice/certificates

DELETE Trusted Certificate KSS Keystore Method

DELETE

/idaas/platform/admin/v1/keystoreservice/certificates

POST Secret Key KSS Keystore

POST

/idaas/platform/admin/v1/keystoreservice/secretkey

GET Secret Key Properties KSS Keystore Method

GET

/idaas/platform/admin/v1/keystoreservice/secretkey

DELETE Keystore Service KSS Keystore Method

DELETE

/idaas/platform/admin/v1/keystoreservice