| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PrefixMap<P> |
build() |
PrefixMap.Builder<P> |
put(Bytes prefix,
P primitive)
Adds a value for a given prefix.
|
@CanIgnoreReturnValue public PrefixMap.Builder<P> put(Bytes prefix, P primitive) throws GeneralSecurityException
prefix.size() has to be 0 or 5.
GeneralSecurityException