mock-oauth2-server
Toggle table of contents
3.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
mock-oauth2-server
mock-oauth2-server
/
no.nav.security.mock.oauth2.http
/
SslKeystore
Ssl
Keystore
class
SslKeystore
@
JvmOverloads
constructor
(
val
keyPassword
:
String
=
""
,
val
keyStore
:
KeyStore
=
generate("localhost", keyPassword)
)
Members
Constructors
Ssl
Keystore
Link copied to clipboard
@
JvmOverloads
constructor
(
keyPassword
:
String
,
keystoreFile
:
File
,
keystoreType
:
SslKeystore.KeyStoreType
=
KeyStoreType.PKCS12
,
keystorePassword
:
String
=
""
)
@
JvmOverloads
constructor
(
keyPassword
:
String
=
""
,
keyStore
:
KeyStore
=
generate("localhost", keyPassword)
)
Types
Companion
Link copied to clipboard
object
Companion
Key
Store
Type
Link copied to clipboard
enum
KeyStoreType
:
Enum
<
SslKeystore.KeyStoreType
>
Properties
key
Password
Link copied to clipboard
val
keyPassword
:
String
key
Store
Link copied to clipboard
val
keyStore
:
KeyStore