Class RemoteCertificate

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

public class RemoteCertificate extends Object implements Serializable
DTO containing certificateToken binaries
See Also:
  • Constructor Details

    • RemoteCertificate

      public RemoteCertificate()
      Empty constructor
    • RemoteCertificate

      public RemoteCertificate(byte[] encodedCertificate)
      The default constructor
      Parameters:
      encodedCertificate - the DER-encoded binaries of the certificate
  • Method Details

    • getEncodedCertificate

      public byte[] getEncodedCertificate()
      Gets the DER-encoded binaries of the certificate
      Returns:
      DER-encoded binaries of the certificate
    • setEncodedCertificate

      public void setEncodedCertificate(byte[] encodedCertificate)
      Sets the DER-encoded binaries of the certificate
      Parameters:
      encodedCertificate - DER-encoded binaries of the certificate