toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.iso
/
EncryptionParameters
Encryption
Parameters
@
Serializable
data
class
EncryptionParameters
(
val
nonce
:
ByteArray
,
val
recipientPublicKey
:
CoseKey
)
(
source
)
Part of ISO 18013-7 Annex C
Members
Constructors
Encryption
Parameters
Link copied to clipboard
constructor
(
nonce
:
ByteArray
,
recipientPublicKey
:
CoseKey
)
Properties
nonce
Link copied to clipboard
@
SerialName
(
value
=
"nonce"
)
val
nonce
:
ByteArray
nonce with at least 16 bytes
recipient
Public
Key
Link copied to clipboard
@
SerialName
(
value
=
"recipientPublicKey"
)
val
recipientPublicKey
:
CoseKey
public key of the recipient
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int