Record Class SignatureDictionary.SignatureDictionaryEncoded
java.lang.Object
java.lang.Record
br.ufsc.labsec.parser.pades.attributes.SignatureDictionary.SignatureDictionaryEncoded
- All Implemented Interfaces:
PadesEncoded
- Enclosing class:
SignatureDictionary
public static record SignatureDictionary.SignatureDictionaryEncoded()
extends Record
implements PadesEncoded
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aSignatureDictionaryEncodedrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.org.apache.pdfbox.cos.COSDictionaryfinal inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.voidvisit(PadesSignature signature)
-
Constructor Details
-
SignatureDictionaryEncoded
public SignatureDictionaryEncoded()Creates an instance of aSignatureDictionaryEncodedrecord class.
-
-
Method Details
-
visit
- Specified by:
visitin interfacePadesEncoded
-
getCOSDictionary
public org.apache.pdfbox.cos.COSDictionary getCOSDictionary()- Specified by:
getCOSDictionaryin interfacePadesEncoded
-
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.
-