Class QES

    • Constructor Detail

      • QES

        public QES()
        The constructor that construct evidence whose type is "qes".
    • Method Detail

      • getIssuer

        public String getIssuer()
        Get the certification authority that issued the signer's certificate.
        Returns:
        The certification authority.
      • setIssuer

        public QES setIssuer​(String issuer)
        Set the certification authority that issued the signer's certificate.
        Parameters:
        issuer - The certification authority.
        Returns:
        this object.
      • containsIssuer

        public boolean containsIssuer()
        Check if this object contains "issuer".
        Returns:
        true if this object contains "issuer".
      • removeIssuer

        public String removeIssuer()
        Remove "issuer" from this object.
        Returns:
        The old value that may have existed before removal.
      • getSerialNumber

        public String getSerialNumber()
        Get the serial number of the certificate.
        Returns:
        The serial number of the certificate.
      • setSerialNumber

        public QES setSerialNumber​(String serialNumber)
        Set the serial number of the certificate.
        Parameters:
        serialNumber - The serial number of the certificate.
        Returns:
        this object.
      • containsSerialNumber

        public boolean containsSerialNumber()
        Check if this object contains "serial_number".
        Returns:
        true if this object contains "serial_number".
      • removeSerialNumber

        public String removeSerialNumber()
        Remove "serial_number" from this object.
        Returns:
        The old value that may have existed before removal.
      • getCreatedAt

        public String getCreatedAt()
        Get the time when the signature was created.
        Returns:
        The time when the signature was created.
      • setCreatedAt

        public QES setCreatedAt​(String createdAt)
        Set the time when the signature was created.
        Parameters:
        createdAt - The time when the signature was created.
        Returns:
        this object.
      • containsCreatedAt

        public boolean containsCreatedAt()
        Check if this object contains "created_at".
        Returns:
        true if this object contains "created_at".
      • removeCreatedAt

        public String removeCreatedAt()
        Remove "created_at" from this object.
        Returns:
        The old value that may have existed before removal.