Class SimpleCertificateSigner
- java.lang.Object
-
- com.stepover.opensignatureapi.helpers.SimpleCertificateSigner
-
@Deprecated public class SimpleCertificateSigner extends java.lang.ObjectDeprecated.signer used for headless devices
-
-
Constructor Summary
Constructors Constructor Description SimpleCertificateSigner()Deprecated.Instantiates a new simple certificate signer.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.Close.java.lang.StringgetCertificateAlias()Deprecated.Gets the certificate alias.java.lang.StringgetCertificatePassword()Deprecated.Gets the certificate password.java.lang.StringgetSignatureLocation()Deprecated.Gets the signature location.java.lang.StringgetSignatureName()Deprecated.Gets the signature name.java.lang.StringgetSignatureReason()Deprecated.Gets the signature reason.voidsetCertificateAlias(java.lang.String certificateAlias)Deprecated.Sets the certificate alias.voidsetCertificatePassword(java.lang.String certificatePassword)Deprecated.Sets the certificate password.voidsetSignatureLocation(java.lang.String signatureLocation)Deprecated.Sets the signature location.voidsetSignatureName(java.lang.String signatureName)Deprecated.Sets the signature name.voidsetSignatureReason(java.lang.String signatureReason)Deprecated.Sets the signature reason.voidsignDocument(int x, int y, java.io.InputStream documentInputStream, java.io.InputStream signatureInputStream, java.io.InputStream certInputStream, SignatureListener signatureListener)Deprecated.Sign document.
-
-
-
Method Detail
-
signDocument
public void signDocument(int x, int y, java.io.InputStream documentInputStream, java.io.InputStream signatureInputStream, java.io.InputStream certInputStream, SignatureListener signatureListener)Deprecated.Sign document.- Parameters:
x- the xy- the ydocumentInputStream- the document input streamsignatureInputStream- the signature input streamcertInputStream- the cert input streamsignatureListener- the signature listener
-
getSignatureName
public java.lang.String getSignatureName()
Deprecated.Gets the signature name.- Returns:
- the signature name
-
setSignatureName
public void setSignatureName(java.lang.String signatureName)
Deprecated.Sets the signature name.- Parameters:
signatureName- the new signature name
-
getSignatureReason
public java.lang.String getSignatureReason()
Deprecated.Gets the signature reason.- Returns:
- the signature reason
-
setSignatureReason
public void setSignatureReason(java.lang.String signatureReason)
Deprecated.Sets the signature reason.- Parameters:
signatureReason- the new signature reason
-
getSignatureLocation
public java.lang.String getSignatureLocation()
Deprecated.Gets the signature location.- Returns:
- the signature location
-
setSignatureLocation
public void setSignatureLocation(java.lang.String signatureLocation)
Deprecated.Sets the signature location.- Parameters:
signatureLocation- the new signature location
-
getCertificatePassword
public java.lang.String getCertificatePassword()
Deprecated.Gets the certificate password.- Returns:
- the certificate password
-
setCertificatePassword
public void setCertificatePassword(java.lang.String certificatePassword)
Deprecated.Sets the certificate password.- Parameters:
certificatePassword- the new certificate password
-
getCertificateAlias
public java.lang.String getCertificateAlias()
Deprecated.Gets the certificate alias.- Returns:
- the certificate alias
-
setCertificateAlias
public void setCertificateAlias(java.lang.String certificateAlias)
Deprecated.Sets the certificate alias.- Parameters:
certificateAlias- the new certificate alias
-
close
public void close()
Deprecated.Close.
-
-