|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SignatureProperties
This class describes the look of visible signature field: which elements will be shown in certificate details, if any, whether the subject name will be written in separate part of the signature, whether the signature field must be divided into two parts. If the signature field is divided into two parts and only one 'standard' element (either certificate details or subject name) is written, then the empty part can be used to allocate some other report elements, e.g. database fields.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int POSITION_LEFT
static final int POSITION_RIGHT
| Method Detail |
|---|
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.
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||