Interface ArtifactVerificationOptions.TlogOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDisable()
      Disable verification for transparency logs.
      boolean getPerformOnlineVerification()
      Perform an online inclusion proof.
      int getThreshold()
      Number of transparency logs the entry must appear on.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getThreshold

        int getThreshold()
         Number of transparency logs the entry must appear on.
         
        int32 threshold = 1;
        Returns:
        The threshold.
      • getPerformOnlineVerification

        boolean getPerformOnlineVerification()
         Perform an online inclusion proof.
         
        bool perform_online_verification = 2;
        Returns:
        The performOnlineVerification.
      • getDisable

        boolean getDisable()
         Disable verification for transparency logs.
         
        bool disable = 3;
        Returns:
        The disable.