SdkCrypto class

Constructors

SdkCrypto()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.