Package io.intoto
Interface EnvelopeOuterClass.SignatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnvelopeOuterClass.Signature,EnvelopeOuterClass.Signature.Builder
- Enclosing class:
- EnvelopeOuterClass
public static interface EnvelopeOuterClass.SignatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKeyid()*Unauthenticated* hint identifying which public key was used.com.google.protobuf.ByteStringgetKeyidBytes()*Unauthenticated* hint identifying which public key was used.com.google.protobuf.ByteStringgetSig()Signature itself.-
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.
-
-