Ongeveer 50 resultaten
Koppelingen in nieuw tabblad openen
  1. Java argument to specify Java.Security file for JVM

    15 I'm looking for a java argument (or perhaps some different method) to allow me to specify a file to be used by the JVM as the java.security file, rather than using the one found in the JDK (in the JRE lib).

  2. Why java.security.NoSuchProviderException No such provider: BC?

    You can add security provider by editing java.security with using following code with creating static block: If you are using maven project, then you will have to add dependency for BouncyCastleProvider …

  3. How to add site list to Java Security without using the UI?

    16 jun. 2014 · There is an exception list on java security tab like the picture below. I want to add websites to this list using the command line. Is it possible to do that?

  4. ssl - How to fix the "java.security.cert.CertificateException: No ...

    23 okt. 2013 · Locate the system default 'cacerts' file for your Java installation. Take a look at How to obtain the location of cacerts of the default java installation? Import the certs into that cacerts file: …

  5. security - How to force java server to accept only tls 1.2 and reject ...

    9 sep. 2015 · I have a HTTPS web service running on Java 7. I need to make changes so that this service only accepts TLS1.2 connection and reject SSL3, TLS1.0 and TLS1.1. I have added the following Java …

  6. security - Why is Java labeled as a "secure" language? - Stack Overflow

    9 okt. 2010 · In Java, you cannot access out-of-bound arrays, and you don't have pointers, and thus several security flaws like stack corruption or buffer overflow is impossible to exploit in Java. But …

  7. java - SSL and cert keystore - Stack Overflow

    16 aug. 2021 · SSL properties are set at the JVM level via system properties. Meaning you can either set them when you run the program (java -D....) Or you can set them in code by doing System.setProperty. …

  8. How to import a .cer certificate into a java keystore?

    Importing .cer certificate file downloaded from browser (open the url and dig for details) into cacerts keystore in java_home\jre\lib\security worked for me, as opposed to attemps to generate and use my …

  9. Signed Application blocked by Java security settings

    8 okt. 2015 · Signed Application blocked by Java security settings Asked 10 years, 3 months ago Modified 10 years, 2 months ago Viewed 2k times

  10. windows - Change Java Security level - Stack Overflow

    20 jan. 2014 · Java 7 update 51 has java security level which is set to HIGH by default. I want to change it to medium by using registry or by adding any files. I observed that manually changing security level to