Package org.opentcs.access
Klasse SslParameterSet
java.lang.Object
org.opentcs.access.SslParameterSet
- Alle implementierten Schnittstellen:
Serializable
A set of parameters to be used for SSL-encrypted socket connections.
- Siehe auch:
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
The default type used for truststore and keystore files. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the file path of the keystore file.Returns the password for the keystore file.Returns the keystoreType used to decrypt the keystore and truststore.Returns the file path of the truststore file.Returns the password for the truststore file.
-
Felddetails
-
DEFAULT_KEYSTORE_TYPE
The default type used for truststore and keystore files.- Siehe auch:
-
-
Konstruktordetails
-
SslParameterSet
public SslParameterSet(@Nonnull String keystoreType, @Nullable File keystoreFile, @Nullable String keystorePassword, @Nullable File truststoreFile, @Nullable String truststorePassword) Creates a new instance.- Parameter:
keystoreType
- The type used for keystore and truststorekeystoreFile
- The keystore filekeystorePassword
- The keystore file passwordtruststoreFile
- The truststore filetruststorePassword
- The truststore file password
-
-
Methodendetails
-
getKeystoreType
Returns the keystoreType used to decrypt the keystore and truststore.- Gibt zurück:
- The keystoreType used to decrypt the keystore and truststore
-
getKeystoreFile
Returns the file path of the keystore file.- Gibt zurück:
- The file path of the keystore file
-
getKeystorePassword
Returns the password for the keystore file.- Gibt zurück:
- The password for the keystore file
-
getTruststoreFile
Returns the file path of the truststore file.- Gibt zurück:
- The file path of the truststore file
-
getTruststorePassword
Returns the password for the truststore file.- Gibt zurück:
- The password for the truststore file
-