Class UuidCiphertext
-
- All Implemented Interfaces:
public final class UuidCiphertext extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description UuidCiphertext(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description static Array<byte>serializeAndConcatenate(Collection<UuidCiphertext> ciphertexts)-
-
Constructor Detail
-
UuidCiphertext
UuidCiphertext(Array<byte> contents)
-
-
Method Detail
-
serializeAndConcatenate
static Array<byte> serializeAndConcatenate(Collection<UuidCiphertext> ciphertexts)
-
-
-
-