Record Class JAXBTrustedListData

java.lang.Object
java.lang.Record
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.parse.JAXBTrustedListData
All Implemented Interfaces:
ListData, TrustedListData

public record JAXBTrustedListData(eu.europa.esig.trustedlist.jaxb.tsl.TrustStatusListType tl) extends Record implements TrustedListData
  • Constructor Details

    • JAXBTrustedListData

      public JAXBTrustedListData(eu.europa.esig.trustedlist.jaxb.tsl.TrustStatusListType tl)
      Creates an instance of a JAXBTrustedListData record class.
      Parameters:
      tl - the value for the tl record component
  • Method Details