Replies: 6 comments 8 replies
-
Can I get an approve for my pull request? |
Beta Was this translation helpful? Give feedback.
-
@scottslewis !ENTRY org.eclipse.core.pki 2 0 2024-04-26 08:12:47.789 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.819 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.819 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.854 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.876 |
Beta Was this translation helpful? Give feedback.
-
@JavaJoeS question: is your PKI code going directly into an existing Eclipse plugin? And if so, which ones? |
Beta Was this translation helpful? Give feedback.
-
@scottslewis Here is an example from SSLContextHalper.java that I am testing;
|
Beta Was this translation helpful? Give feedback.
-
@scottslewis My implementation of PKI is not working with ECF . Technically once the SSLContext.setDefault(context) has been set, |
Beta Was this translation helpful? Give feedback.
-
@scottslewis I have a java program to load in the internal/ssl dir WOuld You like to see it before I load? package org.eclipse.ecf.internal.ssl; import java.io.InputStream; import javax.net.ssl.KeyManagerFactory; public enum ECFSSLContext {
} |
Beta Was this translation helpful? Give feedback.
-
I see comments where people are asking for secure comms in ECF package, MY PKI package will work well in this case.
Beta Was this translation helpful? Give feedback.
All reactions