Class SimpleCertificateSigner


  • @Deprecated
    public class SimpleCertificateSigner
    extends java.lang.Object
    Deprecated.
    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
      void close()
      Deprecated.
      Close.
      java.lang.String getCertificateAlias()
      Deprecated.
      Gets the certificate alias.
      java.lang.String getCertificatePassword()
      Deprecated.
      Gets the certificate password.
      java.lang.String getSignatureLocation()
      Deprecated.
      Gets the signature location.
      java.lang.String getSignatureName()
      Deprecated.
      Gets the signature name.
      java.lang.String getSignatureReason()
      Deprecated.
      Gets the signature reason.
      void setCertificateAlias​(java.lang.String certificateAlias)
      Deprecated.
      Sets the certificate alias.
      void setCertificatePassword​(java.lang.String certificatePassword)
      Deprecated.
      Sets the certificate password.
      void setSignatureLocation​(java.lang.String signatureLocation)
      Deprecated.
      Sets the signature location.
      void setSignatureName​(java.lang.String signatureName)
      Deprecated.
      Sets the signature name.
      void setSignatureReason​(java.lang.String signatureReason)
      Deprecated.
      Sets the signature reason.
      void signDocument​(int x, int y, java.io.InputStream documentInputStream, java.io.InputStream signatureInputStream, java.io.InputStream certInputStream, SignatureListener signatureListener)
      Deprecated.
      Sign document.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleCertificateSigner

        public SimpleCertificateSigner()
        Deprecated.
        Instantiates a new simple certificate signer.
    • 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 x
        y - the y
        documentInputStream - the document input stream
        signatureInputStream - the signature input stream
        certInputStream - the cert input stream
        signatureListener - 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.