| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveSet.Entry<P> |
PrimitiveSet.addPrimitive(P primitive,
com.google.crypto.tink.proto.Keyset.Key key)
Creates an entry in the primitive table.
|
PrimitiveSet.Entry<P> |
PrimitiveSet.getPrimary() |
| Modifier and Type | Method and Description |
|---|---|
Collection<List<PrimitiveSet.Entry<P>>> |
PrimitiveSet.getAll() |
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getPrimitive(byte[] identifier) |
protected List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getPrimitive(com.google.crypto.tink.proto.Keyset.Key key)
Returns the entries with primitives identified by the ciphertext prefix of
key. |
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getRawPrimitives() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveSet.setPrimary(PrimitiveSet.Entry<P> primary)
Sets given Entry
primary as the primary one. |