public static interface OCSProto.ReadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getDataid()
DataID is the document-id for the read request
|
DarcOCSProto.Signature |
getSignature()
Signature is a Schnorr-signature using the private key of the
reader on the message 'DataID'
|
DarcOCSProto.SignatureOrBuilder |
getSignatureOrBuilder()
Signature is a Schnorr-signature using the private key of the
reader on the message 'DataID'
|
boolean |
hasDataid()
DataID is the document-id for the read request
|
boolean |
hasSignature()
Signature is a Schnorr-signature using the private key of the
reader on the message 'DataID'
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataid()
DataID is the document-id for the read request
required bytes dataid = 1;com.google.protobuf.ByteString getDataid()
DataID is the document-id for the read request
required bytes dataid = 1;boolean hasSignature()
Signature is a Schnorr-signature using the private key of the reader on the message 'DataID'
required .darcOCS.Signature signature = 2;DarcOCSProto.Signature getSignature()
Signature is a Schnorr-signature using the private key of the reader on the message 'DataID'
required .darcOCS.Signature signature = 2;DarcOCSProto.SignatureOrBuilder getSignatureOrBuilder()
Signature is a Schnorr-signature using the private key of the reader on the message 'DataID'
required .darcOCS.Signature signature = 2;Copyright © 2018. All rights reserved.