SignatureName

SignatureName

Overview

SignatureName is a class in Aspose.Pdf FOSS for Java.

Represents a signature field name returned by {@link PdfFileSignature#getSignatureNames(boolean)}.

Properties

NameTypeAccessDescription
fullNameStringReadReturns the fully-qualified name of the signature field.
hasSignaturebooleanReadReturns whether this signature field contains an actual signature.

Methods

SignatureDescription
SignatureName(fullName: String, hasSignature: boolean)Creates a new signature name descriptor.
getFullName()StringReturns the fully-qualified name of the signature field.
getHasSignature()booleanReturns whether this signature field contains an actual signature.
toString()String

See Also