Class CryptoService.DecryptBytesHolder
Object
DecryptBytesHolder
- Enclosing interface:
CryptoService
Bundles the plaintext bytes and the metadata returned by the decrypt API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmeta()
Full metadata reported by the service.byte[]
Raw decrypted bytes.
-
Constructor Details
-
DecryptBytesHolder
-
-
Method Details
-
plaintext
public byte[] plaintext()Raw decrypted bytes. -
meta
Full metadata reported by the service.
-