Package io.intoto

Interface EnvelopeOuterClass.SignatureOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKeyid()
      *Unauthenticated* hint identifying which public key was used.
      com.google.protobuf.ByteString getKeyidBytes()
      *Unauthenticated* hint identifying which public key was used.
      com.google.protobuf.ByteString getSig()
      Signature itself.
      • 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

      • getSig

        com.google.protobuf.ByteString getSig()
         Signature itself. (In JSON, this is encoded as base64.)
         REQUIRED.
         
        bytes sig = 1;
        Returns:
        The sig.
      • getKeyid

        java.lang.String getKeyid()
         *Unauthenticated* hint identifying which public key was used.
         OPTIONAL.
         
        string keyid = 2;
        Returns:
        The keyid.
      • getKeyidBytes

        com.google.protobuf.ByteString getKeyidBytes()
         *Unauthenticated* hint identifying which public key was used.
         OPTIONAL.
         
        string keyid = 2;
        Returns:
        The bytes for keyid.