Class ReadOnlyFileOrClasspathKeyStoreSource
java.lang.Object
com.github.tomakehurst.wiremock.common.ssl.KeyStoreSource
com.github.tomakehurst.wiremock.common.ssl.ReadOnlyFileOrClasspathKeyStoreSource
- Direct Known Subclasses:
WritableFileOrClasspathKeyStoreSource
-
Field Summary
FieldsFields inherited from class com.github.tomakehurst.wiremock.common.ssl.KeyStoreSource
keyStorePassword, keyStoreType -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyFileOrClasspathKeyStoreSource(String path, String keyStoreType, char[] keyStorePassword) -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreambooleanbooleanexists()getPath()inthashCode()voidMethods inherited from class com.github.tomakehurst.wiremock.common.ssl.KeyStoreSource
getKeyStorePassword, getKeyStoreType, load
-
Field Details
-
path
-
-
Constructor Details
-
ReadOnlyFileOrClasspathKeyStoreSource
-
-
Method Details
-
createInputStream
- Specified by:
createInputStreamin classKeyStoreSource
-
exists
public boolean exists() -
save
-
getPath
-
equals
- Overrides:
equalsin classKeyStoreSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classKeyStoreSource
-