Uses of Interface
javax.crypto.interfaces.DHKey
-
Packages that use DHKey 软件包 描述 javax.crypto.interfaces 提供RSA实验室PKCS#3中定义的Diffie-Hellman密钥的接口。 -
-
Uses of DHKey in javax.crypto.interfaces
Subinterfaces of DHKey in javax.crypto.interfaces Modifier and Type 接口 描述 interface
DHPrivateKey
与Diffie-Hellman私钥的接口。interface
DHPublicKey
与Diffie-Hellman公钥的接口。
-