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 Summary
All 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIndex
int getIndex()
int32 index = 1;- Returns:
- The index.
-
getTimestampUrl
String getTimestampUrl()
string timestamp_url = 2;- Returns:
- The timestampUrl.
-
getTimestampUrlBytes
com.google.protobuf.ByteString getTimestampUrlBytes()
string timestamp_url = 2;- Returns:
- The bytes for timestampUrl.
-
getPassword
String getPassword()
string password = 3;- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
string password = 3;- Returns:
- The bytes for password.
-
-