Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Crypto.ResultOfAppSigningBox.Sign
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfAppSigningBox.Sign
- Record Components:
signature- Data signature encoded as hex
- All Implemented Interfaces:
Crypto.ResultOfAppSigningBox
- Enclosing interface:
Crypto.ResultOfAppSigningBox
public static record Crypto.ResultOfAppSigningBox.Sign(String signature)
extends Record
implements Crypto.ResultOfAppSigningBox
Result of signing data
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.deplant.java4ever.binding.Crypto.ResultOfAppSigningBox
Crypto.ResultOfAppSigningBox.GetPublicKey, Crypto.ResultOfAppSigningBox.Sign -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thesignaturerecord component.final StringtoString()Returns a string representation of this record class.type()
-
Constructor Details
-
Sign
-
-
Method Details
-
type
-
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). -
signature
-