public static interface DarcProto.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getSignature()
The signature itself
|
DarcProto.Identity |
getSigner()
Signer is the Idenity (public key or another Darc) of the signer
|
DarcProto.IdentityOrBuilder |
getSignerOrBuilder()
Signer is the Idenity (public key or another Darc) of the signer
|
boolean |
hasSignature()
The signature itself
|
boolean |
hasSigner()
Signer is the Idenity (public key or another Darc) of the signer
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignature()
The signature itself
required bytes signature = 1;com.google.protobuf.ByteString getSignature()
The signature itself
required bytes signature = 1;boolean hasSigner()
Signer is the Idenity (public key or another Darc) of the signer
required .darc.Identity signer = 2;DarcProto.Identity getSigner()
Signer is the Idenity (public key or another Darc) of the signer
required .darc.Identity signer = 2;DarcProto.IdentityOrBuilder getSignerOrBuilder()
Signer is the Idenity (public key or another Darc) of the signer
required .darc.Identity signer = 2;Copyright © 2019. All rights reserved.