AesCmacPrfKeyFormat.Builder |
AesCmacPrfKeyFormat.Builder.clearKeySize()
uint32 key_size = 1;
|
AesCmacPrfKeyFormat.Builder |
AesCmacPrfKeyFormat.Builder.clearVersion()
uint32 version = 2;
|
static AesCmacPrfKeyFormat.Builder |
AesCmacPrfKeyFormat.newBuilder() |
static AesCmacPrfKeyFormat.Builder |
AesCmacPrfKeyFormat.newBuilder(AesCmacPrfKeyFormat prototype) |
AesCmacPrfKeyFormat.Builder |
AesCmacPrfKeyFormat.Builder.setKeySize(int value)
uint32 key_size = 1;
|
AesCmacPrfKeyFormat.Builder |
AesCmacPrfKeyFormat.Builder.setVersion(int value)
uint32 version = 2;
|