Class DecryptResult
java.lang.Object
co.ankatech.ankasecure.sdk.model.DecryptResult
Value object returned by one of the following SDK operations:
Decrypts an in-memory Compact JWE and returns both the plaintext bytes
and full server metadata.
The helper wrapper keeps backward compatibility: meta
mirrors the
classic DecryptResultMetadata
, while plaintext
carries the
recovered data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Raw decrypted bytes.getMeta()
Full metadata returned by the service.
-
Constructor Details
-
DecryptResult
-
-
Method Details
-
getDecryptedData
public byte[] getDecryptedData()Raw decrypted bytes. -
getMeta
Full metadata returned by the service.
-