Uses of Class
java.security.spec.EdECPoint
Packages that use 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.interfacesMethods in java.security.interfaces that return EdECPoint
- 
Uses of EdECPoint in java.security.specMethods in java.security.spec that return EdECPointModifier and TypeMethodDescriptionEdECPublicKeySpec.getPoint()Get the point representing the public key.Constructors in java.security.spec with parameters of type EdECPointModifierConstructorDescriptionEdECPublicKeySpec(NamedParameterSpec params, EdECPoint point)Construct a public key spec using the supplied parameters and point.