Skip to main content
0 votes
0 answers
52 views

I wanted to ask that there is something wrong with one of my endpoints, the endpoint seems to be blocked for some reasons, I have other endpoints that are giving response but this one fails.See the ...
Rinkesh Kumar Sinha's user avatar
1 vote
1 answer
89 views

cacerts, the default truststore of Java is of type JKS in OpenJDK 17. So while trying to load it, I have KeyStore.getDefaultType() set to PKCS12 by default and I am still able to load them. I've tried ...
Kiran Deep's user avatar
-1 votes
0 answers
48 views

I am using Spring Boot AI for LLM base application. My company hosted its LLM models at https://dummy-server.xyz.com/. To test how it works, I have taken an example from Spring AI official site and ...
saikat sadhukhan's user avatar
-4 votes
1 answer
199 views

I'm looking for a way to prevent directory traversal attacks, specifically those involving the ../ pattern in file paths, at the Java Runtime Environment (JRE) level. My goal is to ensure that such ...
Sakthis's user avatar
1 vote
1 answer
182 views

I want to convert my ssh public key in *.pub file to a PublicKey(java.security.PublicKey). The reason is that I need to inspect the algorithm of the ssh public key, is there any way to do that? since ...
Bohyun's user avatar
  • 13
0 votes
2 answers
424 views

I have a public key, and its corresponded signature, R, S values generated by nodejs (v20.14.0) with the function as below const { privateKey, publicKey } = crypto.generateKeyPairSync('ec', { ...
Jason's user avatar
  • 35
0 votes
1 answer
218 views

I'm trying to convert Ed25519 public key to x25519 public key in Java, using the lazysodium package: import java.security.KeyFactory; import java.security.NoSuchAlgorithmException; import java....
TaihouKai's user avatar
  • 411
0 votes
0 answers
61 views

I am getting below Error javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to ...
ravish kumar's user avatar
-1 votes
1 answer
695 views

I need some help. I writing a JavaFX app which uses java kubernetes client https://github.com/kubernetes-client/java which in turn uses bouncyCastle. When I run the app from Intellij everything works. ...
Vitaly Chura's user avatar
0 votes
1 answer
255 views

I have a .pem file and I am trying to generate a PrivateKey out of it so I can create a JWT (JSON Web Token) that is signed by this private key. However, the code breaks when the KeyFactory....
Varun Ramachandran's user avatar
2 votes
0 answers
430 views

`Getting this error on using BCFIPS jar 1.0.2.4 on jdk 17 with java.security file with following values jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ DH keySize < ...
nikita arunabh's user avatar
0 votes
0 answers
59 views

I am trying to generate a key using the EC algorithm. I tried to do it like this... keytool -genkeypair -keystore src/test/resources/org/jgleason/auth/client-ec.p12 -storetype PKCS12 -storepass ...
JGleason's user avatar
  • 4,040
0 votes
0 answers
493 views

Our security program flagged our Java-server for using static key ciphers. Thus I added these algorithms to the jdk.tls.disabledAlgorithms inside of java.security: TLS_RSA_WITH_AES_128_CBC_SHA256 ...
thunermay's user avatar
  • 384
1 vote
0 answers
614 views

I am trying to connect to SSH (Unix environment) using the JSch library in JavaCompiler API. I can connect to the unix environment through a normal Java program but cannot from JavaCompiler API. Looks ...
Sudhanshoo Sarage's user avatar
0 votes
1 answer
139 views

While ssl handshake, I get the following error: Certificate contains unsupported critical extensions. This exception is thrown by sun.security.validator.EndEntityChecker class private void ...
Logan's user avatar
  • 125

15 30 50 per page
1
2 3 4 5
27