hosanna-ui-docs - v0.9.0
Preparing search index...
Bridge/targets/common
sgApi
ISGIDeviceCrypto
Interface ISGIDeviceCrypto
Interface representing device crypto operations.
interface
ISGIDeviceCrypto
{
Decrypt
(
EncryptedData
:
null
|
ISGROByteArray
,
encType
:
string
,
)
:
null
|
ISGROByteArray
;
Encrypt
(
input
:
null
|
ISGROByteArray
,
encType
:
string
,
)
:
null
|
ISGROByteArray
;
}
Hierarchy (
View Summary
)
ISGIDeviceCrypto
ISGRODeviceCrypto
Index
Methods
Decrypt
Encrypt
Methods
Decrypt
Decrypt
(
EncryptedData
:
null
|
ISGROByteArray
,
encType
:
string
,
)
:
null
|
ISGROByteArray
Decrypts data
Parameters
EncryptedData
:
null
|
ISGROByteArray
encType
:
string
Returns
null
|
ISGROByteArray
Encrypt
Encrypt
(
input
:
null
|
ISGROByteArray
,
encType
:
string
)
:
null
|
ISGROByteArray
Encrypts data
Parameters
input
:
null
|
ISGROByteArray
encType
:
string
Returns
null
|
ISGROByteArray
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
Decrypt
Encrypt
hosanna-ui-docs - v0.9.0
Loading...
Interface representing device crypto operations.