menu
daakia_vc_flutter_sdk package
documentation
utils/sdk_crypto.dart
SdkCrypto class
SdkCrypto class
dark_mode
light_mode
SdkCrypto
class
Constructors
SdkCrypto
()
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Static Methods
decryptPayload
(
String
base64Payload
,
String
licenseKey
)
→
String
?
Decrypts a base64-encoded AES-256-GCM payload from the observability endpoint. Blob layout:
12 bytes IV
+
N bytes ciphertext
+
16 bytes GCM tag
Returns decrypted JSON string, or null on any failure.
daakia_vc_flutter_sdk package
documentation
utils/sdk_crypto
SdkCrypto class
sdk_crypto library