Uses of Class
java.security.spec.EdECPoint
| Package | Description |
|---|---|
| java.security.interfaces |
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.
|
| java.security.spec |
Provides classes and interfaces for key specifications and algorithm
parameter specifications.
|
-
Uses of EdECPoint in java.security.interfaces
Methods in java.security.interfaces that return EdECPoint Modifier and Type Method Description EdECPointEdECPublicKey. getPoint()Get the point representing the public key. -
Uses of EdECPoint in java.security.spec
Methods in java.security.spec that return EdECPoint Modifier and Type Method Description EdECPointEdECPublicKeySpec. getPoint()Get the point representing the public key.Constructors in java.security.spec with parameters of type EdECPoint Constructor Description EdECPublicKeySpec(NamedParameterSpec params, EdECPoint point)Construct a public key spec using the supplied parameters and point.