| Package | Description |
|---|---|
| ch.epfl.dedis.calypso | |
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.lib.crypto | |
| ch.epfl.dedis.lib.darc |
| Modifier and Type | Method and Description |
|---|---|
Point |
CalypsoRPC.getLTSX() |
Point |
CalypsoRPC.getSharedPublicKey(LTSId ltsId)
returns the shared symmetricKey of the DKG that must be used to encrypt the
symmetric encryption symmetricKey.
|
Point |
LTS.getX() |
Point |
ReadData.getXc() |
| Constructor and Description |
|---|
LTS(LTSId id,
Point X)
Creates a long term secret from an id and a point.
|
ReadData(InstanceId writeId,
Point readerPk)
Construct a read request given the ID of the corresponding write request and the reader's public key.
|
ReadInstance(CalypsoRPC calypso,
WriteInstance write,
List<Signer> signers,
Point Xc)
Create a new ReadInstance to request access to an encrypted document.
|
| 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.
|
Copyright © 2018. All rights reserved.