Nexus
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nexus
Nexus
/
br.com.gertec.nexus.domain.crypto.model
/
TypeOutputEncryptDecrypt
Type
Output
Encrypt
Decrypt
data
class
TypeOutputEncryptDecrypt
(
var
iNexusRet
:
NexusRet
?
=
null
,
var
baOutputData
:
ByteArray
?
=
null
)
:
Parcelable
Members
Constructors
Type
Output
Encrypt
Decrypt
Link copied to clipboard
constructor
(
iNexusRet
:
NexusRet
?
=
null
,
baOutputData
:
ByteArray
?
=
null
)
Properties
ba
Output
Data
Link copied to clipboard
var
baOutputData
:
ByteArray
?
i
Nexus
Ret
Link copied to clipboard
var
iNexusRet
:
NexusRet
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)