public static final class PrimitiveSet.Entry<P> extends Object
| Modifier and Type | Method and Description |
|---|---|
P |
getFullPrimitive()
Returns the full primitive for this entry.
|
Key |
getKey() |
int |
getKeyId() |
String |
getKeyTypeUrl() |
OutputPrefixType |
getOutputPrefixType() |
Parameters |
getParameters() |
KeyStatusType |
getStatus() |
public P getFullPrimitive()
This is used in cases when the new Tink Key interface is used and the primitive is
self-sufficient by itself, meaning that all the necessary information to process the
primitive is contained in the primitive (most likely through the new Key interface), as
opposed to the primitive field (see PrimitiveSet.getPrimitive(byte[]) for details).
public KeyStatusType getStatus()
public OutputPrefixType getOutputPrefixType()
public int getKeyId()
public String getKeyTypeUrl()
public Key getKey()
@Nullable public Parameters getParameters()