パッケージ org.postgresql.ssl
クラス PKCS12KeyManager
java.lang.Object
org.postgresql.ssl.PKCS12KeyManager
- すべての実装されたインタフェース:
KeyManager
,X509KeyManager
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明@Nullable String
chooseClientAlias
(String[] keyType, Principal @Nullable [] principals, @Nullable Socket socket) @Nullable String
chooseServerAlias
(String s, Principal @Nullable [] principals, @Nullable Socket socket) X509Certificate @Nullable []
getCertificateChain
(String alias) String @Nullable []
getClientAliases
(String keyType, Principal @Nullable [] principals) @Nullable PrivateKey
String @Nullable []
getServerAliases
(String s, Principal @Nullable [] principals) void
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored inerror
and can be raised by this method.
-
コンストラクタの詳細
-
PKCS12KeyManager
- 例外:
PSQLException
-
-
メソッドの詳細
-
throwKeyManagerException
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored inerror
and can be raised by this method.- 例外:
PSQLException
- if any exception is stored inerror
and can be raised
-
getClientAliases
- 定義:
getClientAliases
インタフェース内X509KeyManager
-
chooseClientAlias
public @Nullable String chooseClientAlias(String[] keyType, Principal @Nullable [] principals, @Nullable Socket socket) - 定義:
chooseClientAlias
インタフェース内X509KeyManager
-
getServerAliases
- 定義:
getServerAliases
インタフェース内X509KeyManager
-
chooseServerAlias
public @Nullable String chooseServerAlias(String s, Principal @Nullable [] principals, @Nullable Socket socket) - 定義:
chooseServerAlias
インタフェース内X509KeyManager
-
getCertificateChain
- 定義:
getCertificateChain
インタフェース内X509KeyManager
-
getPrivateKey
- 定義:
getPrivateKey
インタフェース内X509KeyManager
-