Uses of Class
org.mozilla.jss.InitializationValues
Packages that use InitializationValues
-
Uses of InitializationValues in org.mozilla.jss
Methods in org.mozilla.jss that return InitializationValuesModifier and TypeMethodDescriptionprivate static InitializationValues
JSSLoader.constructIV
(Properties config) Constructs an InitializationValues from the specified properties files, reading only the properties required to construct a new instance.Methods in org.mozilla.jss with parameters of type InitializationValuesModifier and TypeMethodDescriptionstatic void
CryptoManager.initialize
(InitializationValues values) Initialize the security subsystem.static void
CryptoManager.initializeWithContext
(InitializationValues values) private static void
JSSLoader.parseFipsMode
(Properties config, InitializationValues ivs) Updates the specified InitializationValues with the FIPS-specific properties.private static void
JSSLoader.parseNSSSettings
(Properties config, InitializationValues ivs) Configure the specified InitializationValues with the values of various NSS-specific configuration values.private static void
JSSLoader.parseOCSPSettings
(Properties config, InitializationValues ivs) Update the specified InitializationValues with the value of the OCSP properties.private static void
JSSLoader.parseProviderSettings
(Properties config, InitializationValues ivs) Configure the specified InitializationValues with the correct provider-related properties.private static void
JSSLoader.parseReadOnly
(Properties config, InitializationValues ivs) Update the specified InitializationValues with the value of the nss.read_only property.