Package no.nav.security.mock.oauth2
Class OAuth2Config.OAuth2HttpServerDeserializer.SslConfig
-
- All Implemented Interfaces:
public final class OAuth2Config.OAuth2HttpServerDeserializer.SslConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final StringkeyPasswordprivate final FilekeystoreFileprivate final SslKeystore.KeyStoreTypekeystoreTypeprivate final StringkeystorePassword
-
Constructor Summary
Constructors Constructor Description OAuth2Config.OAuth2HttpServerDeserializer.SslConfig(String keyPassword, File keystoreFile, SslKeystore.KeyStoreType keystoreType, String keystorePassword)
-
Method Summary
Modifier and Type Method Description final StringgetKeyPassword()final FilegetKeystoreFile()final SslKeystore.KeyStoreTypegetKeystoreType()final StringgetKeystorePassword()final Sslssl()-
-
Constructor Detail
-
OAuth2Config.OAuth2HttpServerDeserializer.SslConfig
OAuth2Config.OAuth2HttpServerDeserializer.SslConfig(String keyPassword, File keystoreFile, SslKeystore.KeyStoreType keystoreType, String keystorePassword)
-
-
Method Detail
-
getKeyPassword
final String getKeyPassword()
-
getKeystoreFile
final File getKeystoreFile()
-
getKeystoreType
final SslKeystore.KeyStoreType getKeystoreType()
-
getKeystorePassword
final String getKeystorePassword()
-
-
-
-