Where is the beast place to define this ServiceLoader interface? If not public, how do I "export" it so that java.security.jgss knows it?
Thanks Max On Jul 17, 2014, at 12:35, Xuelei Fan <xuelei....@oracle.com> wrote: >> ExternalCipherSuite is the service interface and Krb5CipherSuite implements >> it. It's a modification of the old Krb5Proxy but I've moved as many as >> Kerberos-related codes to the implementation side so it has less methods now. >> >> Most likely we will define this new interface in a public package. >> > If krb5 is the only external implementation of TLS cipher suites, I > think, we may want to try the best not to define public interface if > possible.