| Package | Description |
|---|---|
| com.google.crypto.tink.internal |
| Modifier and Type | Method and Description |
|---|---|
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()
Returns all primitives.
|
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getAllInKeysetOrder()
Returns all primitives in the original keyset key order.
|
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getPrimitive(byte[] identifier)
Returns the entries with primitive identifed by
identifier. |
List<PrimitiveSet.Entry<P>> |
PrimitiveSet.getRawPrimitives()
Returns all primitives using RAW prefix.
|