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:
Serialized Form
  • Constructor Details

    • SignatureValueDTO

      public SignatureValueDTO()
      Empty constructor
    • SignatureValueDTO

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