Interface PdfiumPdfSignaturePOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumPdfSignatureP,- PdfiumPdfSignatureP.Builder
 
 public interface PdfiumPdfSignaturePOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()int32 index = 1;StringgetPassword()string password = 3;com.google.protobuf.ByteStringgetPasswordBytes()string password = 3;StringgetTimestampUrl()string timestamp_url = 2;com.google.protobuf.ByteStringgetTimestampUrlBytes()string timestamp_url = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getIndexint getIndex() int32 index = 1;- Returns:
- The index.
 
 - 
getTimestampUrlString getTimestampUrl() string timestamp_url = 2;- Returns:
- The timestampUrl.
 
 - 
getTimestampUrlBytescom.google.protobuf.ByteString getTimestampUrlBytes() string timestamp_url = 2;- Returns:
- The bytes for timestampUrl.
 
 - 
getPasswordString getPassword() string password = 3;- Returns:
- The password.
 
 - 
getPasswordBytescom.google.protobuf.ByteString getPasswordBytes() string password = 3;- Returns:
- The bytes for password.
 
 
- 
 
-