Uses of Class
java.security.spec.EdECPoint
Package
Description
Provides interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
-
Uses of EdECPoint in java.security.interfaces
-
Uses of EdECPoint in java.security.spec
Modifier and TypeMethodDescriptionEdECPublicKeySpec.getPoint()
Get the point representing the public key.ModifierConstructorDescriptionEdECPublicKeySpec
(NamedParameterSpec params, EdECPoint point) Construct a public key spec using the supplied parameters and point.