Record Class SignerRole.QArraysItem
java.lang.Object
java.lang.Record
br.ufsc.labsec.parser.jades.attributes.signed.SignerRole.QArraysItem
- Enclosing class:
SignerRole
-
Constructor Summary
ConstructorsConstructorDescriptionQArraysItem(String mediaType, String encoding, List<String> qVals) Creates an instance of aQArraysItemrecord class. -
Method Summary
Modifier and TypeMethodDescriptionencoding()Returns the value of theencodingrecord component.final booleanIndicates whether some other object is "equal to" this one.org.json.JSONObjectfinal inthashCode()Returns a hash code value for this object.Returns the value of themediaTyperecord component.qVals()Returns the value of theqValsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
QArraysItem
-
-
Method Details
-
getEncoded
public org.json.JSONObject getEncoded() -
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). -
mediaType
Returns the value of themediaTyperecord component.- Returns:
- the value of the
mediaTyperecord component
-
encoding
Returns the value of theencodingrecord component.- Returns:
- the value of the
encodingrecord component
-
qVals
-