public static interface DarcOCSProto.SignaturePathOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DarcOCSProto.Darc |
getDarcs(int index)
Darc(s) that justify the right of the signer to push a new Darc
|
int |
getDarcsCount()
Darc(s) that justify the right of the signer to push a new Darc
|
List<DarcOCSProto.Darc> |
getDarcsList()
Darc(s) that justify the right of the signer to push a new Darc
|
DarcOCSProto.DarcOrBuilder |
getDarcsOrBuilder(int index)
Darc(s) that justify the right of the signer to push a new Darc
|
List<? extends DarcOCSProto.DarcOrBuilder> |
getDarcsOrBuilderList()
Darc(s) that justify the right of the signer to push a new Darc
|
int |
getRole()
Is the signer Owner of a Darc or an user
|
DarcOCSProto.Identity |
getSigner()
the Idenity (public key or another Darc) of the signer
|
DarcOCSProto.IdentityOrBuilder |
getSignerOrBuilder()
the Idenity (public key or another Darc) of the signer
|
boolean |
hasRole()
Is the signer Owner of a Darc or an user
|
boolean |
hasSigner()
the Idenity (public key or another Darc) of the signer
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DarcOCSProto.Darc> getDarcsList()
Darc(s) that justify the right of the signer to push a new Darc
repeated .darcOCS.Darc darcs = 1;DarcOCSProto.Darc getDarcs(int index)
Darc(s) that justify the right of the signer to push a new Darc
repeated .darcOCS.Darc darcs = 1;int getDarcsCount()
Darc(s) that justify the right of the signer to push a new Darc
repeated .darcOCS.Darc darcs = 1;List<? extends DarcOCSProto.DarcOrBuilder> getDarcsOrBuilderList()
Darc(s) that justify the right of the signer to push a new Darc
repeated .darcOCS.Darc darcs = 1;DarcOCSProto.DarcOrBuilder getDarcsOrBuilder(int index)
Darc(s) that justify the right of the signer to push a new Darc
repeated .darcOCS.Darc darcs = 1;boolean hasSigner()
the Idenity (public key or another Darc) of the signer
required .darcOCS.Identity signer = 2;DarcOCSProto.Identity getSigner()
the Idenity (public key or another Darc) of the signer
required .darcOCS.Identity signer = 2;DarcOCSProto.IdentityOrBuilder getSignerOrBuilder()
the Idenity (public key or another Darc) of the signer
required .darcOCS.Identity signer = 2;boolean hasRole()
Is the signer Owner of a Darc or an user
required sint32 role = 3;int getRole()
Is the signer Owner of a Darc or an user
required sint32 role = 3;Copyright © 2018. All rights reserved.