Uses of Class
com.example.CustomCryptoSettings
-
Packages that use CustomCryptoSettings Package Description com.example -
-
Uses of CustomCryptoSettings in com.example
Methods in com.example that return CustomCryptoSettings Modifier and Type Method Description static CustomCryptoSettingsCustomCryptoSettings. fromKeyFile(String userKeyFilePath, String userCertFilePath, String caCertFilePath, String userKeyPassword)static CustomCryptoSettingsCustomCryptoSettings. fromKeyStore(String keyStorePath, String trustStorePath, String keyStorePassword, String trustStorePassword)
-