-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
9.0.4
FULL PRODUCT VERSION :
Java 9
ADDITIONAL OS VERSION INFORMATION :
Windows 10
EXTRA RELEVANT SYSTEM CONFIGURATION :
Java 9
A DESCRIPTION OF THE PROBLEM :
Unable to find any docs on how to use RFC 5764 (DTLS-SRTP) that has been delivered for Java 9 (see JEP 219). Can you provide docs, examples, etc.?
I need to be able to export keying material per RFC 5705 which is used in RFC 5764.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Currently using BouncyCastle.
The function I use there is TlsServerContext.exportKeyingMaterial()
Does Java 9 have same function somewhere?
Thanks.
Java 9
ADDITIONAL OS VERSION INFORMATION :
Windows 10
EXTRA RELEVANT SYSTEM CONFIGURATION :
Java 9
A DESCRIPTION OF THE PROBLEM :
Unable to find any docs on how to use RFC 5764 (DTLS-SRTP) that has been delivered for Java 9 (see JEP 219). Can you provide docs, examples, etc.?
I need to be able to export keying material per RFC 5705 which is used in RFC 5764.
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Currently using BouncyCastle.
The function I use there is TlsServerContext.exportKeyingMaterial()
Does Java 9 have same function somewhere?
Thanks.