Uses of Class
org.forgerock.opendj.setup.model.Security.TrustStoreModel
Packages that use Security.TrustStoreModel
-
Uses of Security.TrustStoreModel in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return Security.TrustStoreModelModifier and TypeMethodDescriptionstatic Security.TrustStoreModelSecurity.blindTrust()Returns aSecurity.TrustStoreModelwhich will blindly trust all certificates.static Security.TrustStoreModelSecurity.jceksTrustStore(String trustStorePath, Security.PasswordProvider passwordProvider) Returns a JCEKS file basedSecurity.TrustStoreModel.static Security.TrustStoreModelSecurity.jceksTrustStore(Path trustStorePath, Security.PasswordProvider passwordProvider) Returns a JCEKS file basedSecurity.TrustStoreModel.static Security.TrustStoreModelSecurity.jksTrustStore(String trustStorePath, Security.PasswordProvider passwordProvider) Returns a JKS file basedSecurity.TrustStoreModel.static Security.TrustStoreModelSecurity.jksTrustStore(Path trustStorePath, Security.PasswordProvider passwordProvider) Returns a JKS file basedSecurity.TrustStoreModel.static Security.TrustStoreModelSecurity.jvmTrustStore()Returns aSecurity.TrustStoreModelwhich will use the JVM truststore.static Security.TrustStoreModelSecurity.pkcs12TrustStore(String trustStorePath, Security.PasswordProvider passwordProvider) Returns a PKCS#12 file basedSecurity.TrustStoreModel.static Security.TrustStoreModelSecurity.pkcs12TrustStore(Path trustStorePath, Security.PasswordProvider passwordProvider) Returns a PKCS#12 file basedSecurity.TrustStoreModel.Methods in org.forgerock.opendj.setup.model with parameters of type Security.TrustStoreModelModifier and TypeMethodDescriptionSetup.useExistingCertificatesForTls(Security.KeyStoreModel keyStore, Security.TrustStoreModel trustStore) Specifies that peer-to-peer communications will be secured with certificates located in the user-provided key and trust store.