payload property
Base64-encoded encrypted payload.
- RSA: PKCS#1-encoded block.
- EC: Concatenated ECIES blob consisting of:
- Uncompressed ephemeral public key (65 bytes:
0x04 || X || Y) - AES-GCM ciphertext
- 16-byte GCM authentication tag
- Uncompressed ephemeral public key (65 bytes:
Implementation
final String payload;