Class ClientAuthCredentials
- java.lang.Object
-
- com.floragunn.searchguard.ssl.util.config.ClientAuthCredentials
-
public class ClientAuthCredentials extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientAuthCredentials.Builder
-
Constructor Summary
Constructors Constructor Description ClientAuthCredentials()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientAuthCredentials.Builderfrom()StringgetKeyAlias()char[]getKeyPassword()KeyStoregetKeyStore()
-
-
-
Method Detail
-
from
public static ClientAuthCredentials.Builder from()
-
getKeyStore
public KeyStore getKeyStore()
-
getKeyPassword
public char[] getKeyPassword()
-
getKeyAlias
public String getKeyAlias()
-
-