public interface PrfBasedDeriverKeyFormatOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PrfBasedDeriverParams |
getParams()
.google.crypto.tink.PrfBasedDeriverParams params = 2; |
KeyTemplate |
getPrfKeyTemplate()
.google.crypto.tink.KeyTemplate prf_key_template = 1; |
boolean |
hasParams()
.google.crypto.tink.PrfBasedDeriverParams params = 2; |
boolean |
hasPrfKeyTemplate()
.google.crypto.tink.KeyTemplate prf_key_template = 1; |
boolean hasPrfKeyTemplate()
.google.crypto.tink.KeyTemplate prf_key_template = 1;KeyTemplate getPrfKeyTemplate()
.google.crypto.tink.KeyTemplate prf_key_template = 1;boolean hasParams()
.google.crypto.tink.PrfBasedDeriverParams params = 2;PrfBasedDeriverParams getParams()
.google.crypto.tink.PrfBasedDeriverParams params = 2;