getTrustStore メソッド (SQLServerDataSource)

JDBC ドライバーのダウンロード

証明書の trustStore ファイルへのパス (ファイル名を含む) を返します。

構文

  
public java.lang.String getTrustStore()  

戻り値

証明書の trustStore ファイルへのパス (ファイル名を含む) を含む文字列です。値が設定されていない場合は null です。

解説

trustStore プロパティが設定されていない場合、getTrustStore メソッドは null を返します。