public class Signer extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
Signer(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
String |
city() |
String |
countryName() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Signer obj) |
String |
method() |
String |
postalCode() |
String |
profile() |
void |
setENProfile(boolean enable) |
void |
setMethod(String method) |
void |
setProfile(String profile) |
void |
setSignatureProductionPlace(String city,
String stateOrProvince,
String postalCode,
String countryName) |
void |
setSignatureProductionPlaceV2(String city,
String streetAddress,
String stateOrProvince,
String postalCode,
String countryName) |
void |
setSignerRoles(StringVector signerRoles) |
byte[] |
sign(String method,
byte[] digest) |
StringVector |
signerRoles() |
String |
stateOrProvince() |
String |
streetAddress() |
boolean |
usingENProfile() |
protected static long getCPtr(Signer obj)
public void delete()
public byte[] sign(String method, byte[] digest)
public String method()
public String profile()
public boolean usingENProfile()
public String city()
public String streetAddress()
public String stateOrProvince()
public String postalCode()
public String countryName()
public StringVector signerRoles()
public void setMethod(String method)
public void setProfile(String profile)
public void setENProfile(boolean enable)
public void setSignatureProductionPlace(String city, String stateOrProvince, String postalCode, String countryName)
public void setSignatureProductionPlaceV2(String city, String streetAddress, String stateOrProvince, String postalCode, String countryName)
public void setSignerRoles(StringVector signerRoles)