public static interface Calypso.DecryptKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Proof |
getRead()
Read is the proof that he has been accepted to read the secret.
|
ByzCoinProto.ProofOrBuilder |
getReadOrBuilder()
Read is the proof that he has been accepted to read the secret.
|
ByzCoinProto.Proof |
getWrite()
Write is the proof containing the write request.
|
ByzCoinProto.ProofOrBuilder |
getWriteOrBuilder()
Write is the proof containing the write request.
|
boolean |
hasRead()
Read is the proof that he has been accepted to read the secret.
|
boolean |
hasWrite()
Write is the proof containing the write request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRead()
Read is the proof that he has been accepted to read the secret.
required .byzcoin.Proof read = 1;ByzCoinProto.Proof getRead()
Read is the proof that he has been accepted to read the secret.
required .byzcoin.Proof read = 1;ByzCoinProto.ProofOrBuilder getReadOrBuilder()
Read is the proof that he has been accepted to read the secret.
required .byzcoin.Proof read = 1;boolean hasWrite()
Write is the proof containing the write request.
required .byzcoin.Proof write = 2;ByzCoinProto.Proof getWrite()
Write is the proof containing the write request.
required .byzcoin.Proof write = 2;ByzCoinProto.ProofOrBuilder getWriteOrBuilder()
Write is the proof containing the write request.
required .byzcoin.Proof write = 2;Copyright © 2018. All rights reserved.