Package com.google.crypto.tink.daead
Class PredefinedDeterministicAeadParameters
- java.lang.Object
-
- com.google.crypto.tink.daead.PredefinedDeterministicAeadParameters
-
public final class PredefinedDeterministicAeadParameters extends java.lang.ObjectPre-generatedKeyTemplateforDeterministicAeadkeys.Note: if you want to keep dependencies small, consider inlining the constants here.
-
-
Field Summary
Fields Modifier and Type Field Description static AesSivParametersAES256_SIVAKeyTemplatethat generates new instances ofAesSivKeywith a 64-byte key.
-
-
-
Field Detail
-
AES256_SIV
public static final AesSivParameters AES256_SIV
AKeyTemplatethat generates new instances ofAesSivKeywith a 64-byte key.
-
-