Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,Harmony JSSE 没有我需要连接到我的服务器的密码套件。它不支持 TLS_ECDHE_ECDSA_WITH_AES_256_SHA。是否可以(如果可以,如何)添加对该套件的支持?我有 Harmony JSSE 的源代码,我可以添加该密码套件的代码吗?有没有更简单的添加方法?
谢谢!
好的,已经够久了,我终于想通了。
有一个库 SpongyCastle 基本上是完整的 BouncyCastle for android。它具有我需要的适当密码套件。