lib
common
lib
/
app.cash.nostrino.crypto
/
Nip44CipherText
Nip44Cipher
Text
data
class
Nip44CipherText
(
val
version
:
Byte
,
val
nonce
:
ByteString
,
val
ciphertext
:
ByteString
,
val
mac
:
ByteString
)
Members
Constructors
Nip44Cipher
Text
Link copied to clipboard
constructor
(
version
:
Byte
,
nonce
:
ByteString
,
ciphertext
:
ByteString
,
mac
:
ByteString
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ciphertext
Link copied to clipboard
val
ciphertext
:
ByteString
mac
Link copied to clipboard
val
mac
:
ByteString
nonce
Link copied to clipboard
val
nonce
:
ByteString
version
Link copied to clipboard
val
version
:
Byte
Functions
to
Base64
Link copied to clipboard
fun
toBase64
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String