See: Description
| Interface | Description |
|---|---|
| EdDSAKey |
Common interface for all EdDSA keys.
|
| Class | Description |
|---|---|
| EdDSAEngine |
Signing and verification for EdDSA.
|
| EdDSAPrivateKey |
An EdDSA private key.
|
| EdDSAPublicKey |
An EdDSA public key.
|
| EdDSASecurityProvider |
A security
Provider that can be registered via Security.addProvider(Provider) |
| KeyFactory | |
| KeyPairGenerator |
Default keysize is 256 (Ed25519)
|
| Utils |
Basic utilities for EdDSA.
|
Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves.
Contains a generic implementation for any curve using BigIntegers, and an optimized implementation for Curve 25519 using Radix 2^51.
Copyright © 2019. All rights reserved.