public interface SignatureProperties
Modifier and Type | Field and Description |
---|---|
static int |
POSITION_LEFT
This value defines that the position of the text element is in the left
side of the divided signature field.
|
static int |
POSITION_RIGHT
This value defines the position of the text element in the right
side of the divided signature field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDivideField()
Returns the flag indicating whether the signature field must be divided into two parts.
|
boolean |
getShowSubjectName()
Returns the flag indicating whether the subject common name must be written in a signature field.
|
int |
getTextPosition()
Returns the position of text-items in the divided signature field:
POSITION_LEFT ,
POSITION_RIGHT . |
boolean |
getWriteCertificateDate()
Returns the flag indicating whether the date of signing must be written in certificate details.
|
boolean |
getWriteCertificateDistinguishedName()
Returns the flag indicating whether the subject distinguished name must be written in certificate details.
|
boolean |
getWriteCertificateLabels()
Returns the flag indicating whether the labels of signature items must be written in certificate details.
|
boolean |
getWriteCertificateLocation()
Returns the flag indicating whether the subject location must be written in certificate details.
|
boolean |
getWriteCertificateReason()
Returns the flag indicating whether the reason of signing must be written in certificate details.
|
boolean |
getWriteCertificateSubjectName()
Returns the flag indicating whether the subject common name must be written in certificate details.
|
void |
setDivideField(boolean val)
Sets the flag indicating that the signature field must be divided into two parts.
|
void |
setShowSubjectName(boolean val)
Sets the flag indicating that the subject common name must be written in a signature field.
|
void |
setTextPosition(int pos)
Sets the position of text-items in the divided signature field:
POSITION_LEFT ,
POSITION_RIGHT . |
void |
setWriteCertificateDate(boolean val)
Sets the flag indicating that the date of signing must be written in certificate details.
|
void |
setWriteCertificateDistinguishedName(boolean val)
Sets the flag indicating that subject distinguished name must be written in certificate details.
|
void |
setWriteCertificateLabels(boolean val)
Sets the flag indicating that the labels of signature items must be written in certificate details.
|
void |
setWriteCertificateLocation(boolean val)
Sets the flag indicating whether the subject location must be written in certificate details.
|
void |
setWriteCertificateReason(boolean val)
Sets the flag indicating that the reason of signing must be written in certificate details.
|
void |
setWriteCertificateSubjectName(boolean val)
Sets the flag indicating that subject common name must be written in certificate details.
|
static final int POSITION_LEFT
static final int POSITION_RIGHT
void setWriteCertificateSubjectName(boolean val)
val
- if true the subject common name will be written in certificate details.boolean getWriteCertificateSubjectName()
void setWriteCertificateLocation(boolean val)
val
- if true the subject location will be written in certificate details.boolean getWriteCertificateLocation()
void setWriteCertificateDistinguishedName(boolean val)
val
- if true the subject distinguished name will be written in certificate details.boolean getWriteCertificateDistinguishedName()
void setWriteCertificateDate(boolean val)
val
- if true the date of signing will be written in certificate details.boolean getWriteCertificateDate()
void setWriteCertificateReason(boolean val)
val
- if true the reason of signing will be written in certificate details.boolean getWriteCertificateReason()
void setWriteCertificateLabels(boolean val)
val
- if true the labels of signature items will be written in certificate details.boolean getWriteCertificateLabels()
void setShowSubjectName(boolean val)
val
- if true the subject common name will be written in a signature fields.boolean getShowSubjectName()
void setDivideField(boolean val)
val
- if true the the signature field must be divided into two parts.boolean getDivideField()
void setTextPosition(int pos)
POSITION_LEFT
,
POSITION_RIGHT
.
If both certificate details and common name are present,
this value describes the position of certificate details.pos
- the position of text-items in the divided signature field.int getTextPosition()
POSITION_LEFT
,
POSITION_RIGHT
.
If both certificate details and common name are present,
this value describes the position of certificate details.Copyright © 1999-2020 by i-net software GmbH