|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.framework.ConnectorParameters
Parameters passed to the constructor of the Connector.
Each Connector must have a constructor accepting this parameter class as an argument.
| Field Summary | |
protected String |
profileId
The profile Id to get the connector parameters from. |
protected boolean |
returnHashInputData
Tells, if the connector should ask the device to return the hash input data. |
protected String |
signatureKeyIdentifier
The signature key identifier to be used or null if it should be read from the profile. |
protected Date |
verificationTime
Allows to specify an explicit time of verification. |
| Constructor Summary | |
ConnectorParameters()
|
|
| Method Summary | |
String |
getProfileId()
|
String |
getSignatureKeyIdentifier()
|
Date |
getVerificationTime()
|
boolean |
isReturnHashInputData()
|
void |
setProfileId(String profileId)
|
void |
setReturnHashInputData(boolean returnHashInputData)
|
void |
setSignatureKeyIdentifier(String signatureKeyIdentifier)
|
void |
setVerificationTime(Date verificationTime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String profileId
The there are no explicit parameters for the connector in the profile, the default parameters are used.
protected String signatureKeyIdentifier
Currently this is only used by MOA connectors and identifies the MOA key group to be used when signing. If null, the MOA connector reads the key from the profile.
protected boolean returnHashInputData
Note that not all connectors support to return the hash input data - so there is no guarantee that the hash value will actually be returned.
protected Date verificationTime
If null, the device's default behaviour determines the time of verification, which is usually the current time.
The time of verification usually influences the certificate check. E.g. the certificate may not be valid at the time of verification.
| Constructor Detail |
public ConnectorParameters()
| Method Detail |
public String getProfileId()
public void setProfileId(String profileId)
public String getSignatureKeyIdentifier()
public void setSignatureKeyIdentifier(String signatureKeyIdentifier)
public boolean isReturnHashInputData()
public void setReturnHashInputData(boolean returnHashInputData)
public Date getVerificationTime()
public void setVerificationTime(Date verificationTime)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||