Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Crypto.ParamsOfGetSigningBoxFromCryptoBox
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfGetSigningBoxFromCryptoBox
- Record Components:
handle
- Crypto Box Handle.hdpath
- By default, Everscale HD path is used. HD key derivation path.secretLifetime
- Store derived secret for this lifetime (in ms). The timer starts after each signing box operation. Secrets will be deleted immediately after each signing box operation, if this value is not set.
- Enclosing class:
Crypto
-
Constructor Summary
ConstructorsConstructorDescriptionParamsOfGetSigningBoxFromCryptoBox
(Long handle, String hdpath, Long secretLifetime) Creates an instance of aParamsOfGetSigningBoxFromCryptoBox
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.handle()
Returns the value of thehandle
record component.final int
hashCode()
Returns a hash code value for this object.hdpath()
Returns the value of thehdpath
record component.Returns the value of thesecretLifetime
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ParamsOfGetSigningBoxFromCryptoBox
Creates an instance of aParamsOfGetSigningBoxFromCryptoBox
record class.- Parameters:
handle
- the value for thehandle
record componenthdpath
- the value for thehdpath
record componentsecretLifetime
- the value for thesecretLifetime
record component
-
-
Method Details
-
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)
. -
handle
-
hdpath
-
secretLifetime
Returns the value of thesecretLifetime
record component.- Returns:
- the value of the
secretLifetime
record component
-