| Package | Description |
|---|---|
| com.singlestore.jdbc.plugin.authentication.standard.ed25519.spec |
| Modifier and Type | Class and Description |
|---|---|
class |
EdDSANamedCurveSpec
EdDSA Curve specification that can also be referred to by name.
|
| Modifier and Type | Method and Description |
|---|---|
EdDSAParameterSpec |
EdDSAPublicKeySpec.getParams() |
EdDSAParameterSpec |
EdDSAPrivateKeySpec.getParams() |
| Constructor and Description |
|---|
EdDSAPrivateKeySpec(byte[] seed,
byte[] h,
byte[] a,
GroupElement A,
EdDSAParameterSpec spec) |
EdDSAPrivateKeySpec(byte[] seed,
EdDSAParameterSpec spec) |
EdDSAPrivateKeySpec(EdDSAParameterSpec spec,
byte[] h)
Initialize directly from the hash.
|
EdDSAPublicKeySpec(byte[] pk,
EdDSAParameterSpec spec) |
EdDSAPublicKeySpec(GroupElement A,
EdDSAParameterSpec spec) |
Copyright © 2023 SingleStore. All rights reserved.