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 InitializationValuesJSSLoader.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 voidCryptoManager.initialize(InitializationValues values) Initialize the security subsystem.static voidCryptoManager.initializeWithContext(InitializationValues values) private static voidJSSLoader.parseFipsMode(Properties config, InitializationValues ivs) Updates the specified InitializationValues with the FIPS-specific properties.private static voidJSSLoader.parseNSSSettings(Properties config, InitializationValues ivs) Configure the specified InitializationValues with the values of various NSS-specific configuration values.private static voidJSSLoader.parseOCSPSettings(Properties config, InitializationValues ivs) Update the specified InitializationValues with the value of the OCSP properties.private static voidJSSLoader.parseProviderSettings(Properties config, InitializationValues ivs) Configure the specified InitializationValues with the correct provider-related properties.private static voidJSSLoader.parseReadOnly(Properties config, InitializationValues ivs) Update the specified InitializationValues with the value of the nss.read_only property.