| Package | Description |
|---|---|
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.lib.crypto | |
| ch.epfl.dedis.lib.darc | |
| ch.epfl.dedis.lib.omniledger.darc | |
| ch.epfl.dedis.ocs |
| Modifier and Type | Field and Description |
|---|---|
Point |
ServerIdentity.Public |
| Modifier and Type | Class and Description |
|---|---|
class |
Ed25519Point |
| Modifier and Type | Field and Description |
|---|---|
static Point |
Ed25519.base |
Point |
SchnorrSig.challenge |
Point |
KeyPair.point |
| Modifier and Type | Method and Description |
|---|---|
Point |
Ed25519Point.add(Point other) |
Point |
Point.add(Point other) |
static Point |
Ed25519Point.base() |
Point |
Ed25519Point.copy() |
Point |
Point.copy() |
static Point |
Ed25519Point.embed(byte[] data) |
Point |
Ed25519Point.mul(Scalar s) |
Point |
Point.mul(Scalar s) |
Point |
Ed25519Point.negate() |
Point |
Point.negate() |
| Modifier and Type | Method and Description |
|---|---|
Point |
Ed25519Point.add(Point other) |
Point |
Point.add(Point other) |
boolean |
Ed25519Point.equals(Point other) |
boolean |
Point.equals(Point other) |
Scalar |
SchnorrSig.toHash(Point challenge,
Point pub,
byte[] msg) |
boolean |
SchnorrSig.verify(byte[] msg,
Point pub) |
| Constructor and Description |
|---|
Ed25519Point(Point p) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Signer.getPublic()
Returns the public key of the signer or throws a NoPublicKey exception.
|
Point |
SignerEd25519.getPublic()
Returns the public key of the signer or throws a NoPublicKey exception.
|
Point |
SignerX509EC.getPublic()
Returns the public key of the signer, or throws a CothorityCryptoException.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Signer.getPublic()
Returns the public key of the signer or throws a NoPublicKey exception.
|
Point |
SignerEd25519.getPublic()
Returns the public key of the signer or throws a NoPublicKey exception.
|
Point |
SignerX509EC.getPublic()
Returns the public key of the signer, or throws a CothorityCryptoException.
|
| Modifier and Type | Field and Description |
|---|---|
protected Point |
OnchainSecretsRPC.X |
Point |
DecryptKey.X |
Point |
DecryptKey.XhatEnc |
| Modifier and Type | Field and Description |
|---|---|
List<Point> |
DecryptKey.Cs |
| Modifier and Type | Method and Description |
|---|---|
Point |
OnchainSecretsRPC.getSharedPublicKey()
returns the shared symmetricKey of the DKG that must be used to encrypt the
symmetric encryption symmetricKey.
|
Point |
OnchainSecretsRPC.getX() |
| Modifier and Type | Method and Description |
|---|---|
DecryptKey |
OnchainSecretsRPC.getDecryptionKeyEphemeral(ReadRequestId id,
DarcSignature signature,
Point ephemeral)
Requests the re-encryption symmetricKey from the skipchain, but uses an ephemeral key
for it.
|
OCSProto.Write |
WriteRequest.toProto(Point X,
SkipblockId scid)
Returns a protobuf-formatted block that can be sent to the cothority
for storage on the skipchain.
|
| Constructor and Description |
|---|
DecryptKey(OCSProto.DecryptKeyReply reply,
Point X) |
Copyright © 2018. All rights reserved.