Record Class BrExtMandatedPdfSigDicEntries
java.lang.Object
java.lang.Record
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.BrExtMandatedPdfSigDicEntries
- Record Components:
mandatedPdfSigDicEntries- Lista das entradas obrigatórias
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBrExtMandatedPdfSigDicEntries(List<PdfEntry> mandatedPdfSigDicEntries) Creates an instance of aBrExtMandatedPdfSigDicEntriesrecord class. -
Method Summary
-
Field Details
-
IDENTIFIER
-
-
Constructor Details
-
BrExtMandatedPdfSigDicEntries
Creates an instance of aBrExtMandatedPdfSigDicEntriesrecord class.- Parameters:
mandatedPdfSigDicEntries- the value for themandatedPdfSigDicEntriesrecord component
-
-
Method Details
-
mandatedPdfSigDicEntries
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
-