| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveSet.Entry<P> |
PrimitiveSet.addPrimitive(P primitive,
Keyset.Key key)
Deprecated.
use
Builder.addPrimitive or Builder.addPrimaryPrimitive instead. |
PrimitiveSet.Entry<P> |
PrimitiveSet.getPrimary()
Returns the entry with the primary primitive.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<List<PrimitiveSet.Entry<P>>> |
PrimitiveSet.getAll() |
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getPrimitive(byte[] identifier) |
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getRawPrimitives() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveSet.setPrimary(PrimitiveSet.Entry<P> primary)
Deprecated.
use
Builder.addPrimaryPrimitive instead. |