Uses of Class
javax.crypto.spec.DHParameterSpec
Packages that use DHParameterSpec
Package
Description
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
-
Uses of DHParameterSpec in javax.crypto.interfaces
Methods in javax.crypto.interfaces that return DHParameterSpecModifier and TypeMethodDescriptionDHKey.getParams()
Returns the key parameters.default DHParameterSpec
DHPrivateKey.getParams()
Returns the parameters associated with this key.default DHParameterSpec
DHPublicKey.getParams()
Returns the parameters associated with this key.