| Package | Description |
|---|---|
| ch.epfl.dedis.lib.darc | |
| ch.epfl.dedis.ocs |
| Modifier and Type | Method and Description |
|---|---|
SignaturePath |
DarcSignature.getPath()
Returns the stored path in the signature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Darc.setEvolutionOffline(Darc previous,
SignaturePath path,
Signer previousOwner)
To evolve a darc, the latest valid darc needs to sign the new darc.
|
| Constructor and Description |
|---|
DarcSignature(byte[] msg,
SignaturePath path,
Signer signer)
This will return a new DarcSignature by the signer on the message.
|
| Modifier and Type | Method and Description |
|---|---|
SignaturePath |
OnchainSecretsRPC.getDarcPath(DarcId base,
Identity identity,
int role)
Gets a darc-path starting from the base to the identity given.
|
SignaturePath |
OnchainSecrets.getDarcPath(DarcId base,
Signer identity,
int role)
Convenience method to pass a signer as identity and get the darc-path used in signatures.
|
Copyright © 2018. All rights reserved.