Class CryptoService.DecryptBytesHolder

Object
DecryptBytesHolder
Enclosing interface:
CryptoService

public static final class CryptoService.DecryptBytesHolder extends Object
Bundles the plaintext bytes and the metadata returned by the decrypt API.
  • Constructor Details

    • DecryptBytesHolder

      public DecryptBytesHolder(byte[] plaintext, DecryptFileResult meta)
  • Method Details

    • plaintext

      public byte[] plaintext()
      Raw decrypted bytes.
    • meta

      public DecryptFileResult meta()
      Full metadata reported by the service.