Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Crypto.ResultOfAppSigningBox.GetPublicKey
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfAppSigningBox.GetPublicKey
- Record Components:
publicKey- Signing box public key
- All Implemented Interfaces:
Crypto.ResultOfAppSigningBox
- Enclosing interface:
Crypto.ResultOfAppSigningBox
public static record Crypto.ResultOfAppSigningBox.GetPublicKey(String publicKey)
extends Record
implements Crypto.ResultOfAppSigningBox
Result of getting public key
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.deplant.java4ever.binding.Crypto.ResultOfAppSigningBox
Crypto.ResultOfAppSigningBox.GetPublicKey, Crypto.ResultOfAppSigningBox.Sign -
Constructor Summary
ConstructorsConstructorDescriptionGetPublicKey(String publicKey) Creates an instance of aGetPublicKeyrecord class. -
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 thepublicKeyrecord component.final StringtoString()Returns a string representation of this record class.type()
-
Constructor Details
-
GetPublicKey
-
-
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). -
publicKey
-