Uses of Class
javax.crypto.spec.DHParameterSpec
Package
Description
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
-
Uses of DHParameterSpec in javax.crypto.interfaces
Modifier 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.