Key Store Configuration Retrieval

Retrieves the properties of the key store configuration.

Syntax

ServerComponentVO SUPServerConfiguration.getKeyStoreConfiguration()

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Retrieval
    supServerConf.refresh();
    ServerComponentVO scvo = supServerConf.getKeyStoreConfiguration();
    System.out.println(scvo.getID());
    System.out.println(scvo.getType());
    System.out.println(scvo.getProperties());