Record Class VriDictionary
java.lang.Object
java.lang.Record
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.VriDictionary
- Record Components:
sequenceOfPdfEntry- Lista de entradas do dicionário VRI
Esta classe representa o campo VriDictionary, que faz referência apenas a uma assinatura. Nele, é
possível indicar seu tipo, o timeReference, que é o tempo do momento da coleta
e validação das informações de validação da assinatura e do indicativo da
inclusão das PA e LPA utilizadas pela assinatura.
-
Constructor Summary
ConstructorsConstructorDescriptionVriDictionary(List<PdfEntry> sequenceOfPdfEntry) Creates an instance of aVriDictionaryrecord class. -
Method Summary
-
Constructor Details
-
VriDictionary
Creates an instance of aVriDictionaryrecord class.- Parameters:
sequenceOfPdfEntry- the value for thesequenceOfPdfEntryrecord component
-
-
Method Details
-
sequenceOfPdfEntry
-
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).
-