KeySpec
public final class EdECPublicKeySpec extends Object implements KeySpec
EdECPoint
.Constructor | Description |
---|---|
EdECPublicKeySpec |
Construct a public key spec using the supplied parameters and point. |
Modifier and Type | Method | Description |
---|---|---|
NamedParameterSpec |
getParams() |
Get the algorithm parameters that define the curve and other settings. |
EdECPoint |
getPoint() |
Get the point representing the public key. |
public EdECPublicKeySpec(NamedParameterSpec params, EdECPoint point)
params
- the algorithm parameters.point
- the point representing the public key.NullPointerException
- if params
or point
is null.public NamedParameterSpec getParams()
public EdECPoint getPoint()
EdECPoint
representing the public key.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/spec/EdECPublicKeySpec.html