forked from bcgit/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCJSSE: Support application-protocol selectors in BC extension API
- Loading branch information
1 parent
1a89021
commit afe8867
Showing
14 changed files
with
230 additions
and
281 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
tls/src/main/java/org/bouncycastle/jsse/BCApplicationProtocolSelector.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.bouncycastle.jsse; | ||
|
||
import java.util.List; | ||
|
||
public interface BCApplicationProtocolSelector<T> | ||
{ | ||
String select(T transport, List<String> protocols); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
264 changes: 0 additions & 264 deletions
264
tls/src/main/java/org/bouncycastle/jsse/provider/ProvSSLSocket.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.