Class SignatureValueDTO

java.lang.Object
eu.europa.esig.dss.ws.dto.SignatureValueDTO
All Implemented Interfaces:
Serializable

public class SignatureValueDTO extends Object implements Serializable
Represents a SignatureValue DTO
See Also:
  • Constructor Details

    • SignatureValueDTO

      public SignatureValueDTO()
      Empty constructor
    • SignatureValueDTO

      public SignatureValueDTO(SignatureAlgorithm algorithm, byte[] value)
      The default constructor
      Parameters:
      algorithm - SignatureAlgorithm used to compute the SignatureValue
      value - the SignatureValue binaries
  • Method Details