public static class Response.ResponseVector extends org.cryptimeleon.math.structures.cartesian.Vector<Response> implements Response
Response.EmptyResponse, Response.ResponseVector| Constructor and Description |
|---|
ResponseVector(java.util.List<? extends Response> responses) |
ResponseVector(Response... responses) |
| Modifier and Type | Method and Description |
|---|---|
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator) |
append, concatenate, equals, forEach, forEach, fromStreamPlain, fromStreamPlain, generatePlain, generatePlain, generatePlain, generatePlain, get, hashCode, iterate, iterate, length, map, map, map, map, of, of, of, pad, prepend, reduce, reduce, replace, stream, toList, toString, truncate, zip, zip, zipReduce, zipReducepublic ResponseVector(Response... responses)
public ResponseVector(java.util.List<? extends Response> responses)
public org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator accumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representable