Package biscuit.format.schema
Interface Schema.ProofOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.Proof,Schema.Proof.Builder
- Enclosing class:
- Schema
public static interface Schema.ProofOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.Proof.ContentCasegetContentCase()com.google.protobuf.ByteStringgetFinalSignature()bytes finalSignature = 2;com.google.protobuf.ByteStringgetNextSecret()bytes nextSecret = 1;booleanhasFinalSignature()bytes finalSignature = 2;booleanhasNextSecret()bytes nextSecret = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNextSecret
boolean hasNextSecret()
bytes nextSecret = 1;- Returns:
- Whether the nextSecret field is set.
-
getNextSecret
com.google.protobuf.ByteString getNextSecret()
bytes nextSecret = 1;- Returns:
- The nextSecret.
-
hasFinalSignature
boolean hasFinalSignature()
bytes finalSignature = 2;- Returns:
- Whether the finalSignature field is set.
-
getFinalSignature
com.google.protobuf.ByteString getFinalSignature()
bytes finalSignature = 2;- Returns:
- The finalSignature.
-
getContentCase
Schema.Proof.ContentCase getContentCase()
-
-