Package com.google.crypto.tink.daead
Class DeterministicAeadKey
- java.lang.Object
-
- com.google.crypto.tink.Key
-
- com.google.crypto.tink.daead.DeterministicAeadKey
-
-
Constructor Summary
Constructors Constructor Description DeterministicAeadKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract BytesgetOutputPrefix()Returns aBytesinstance which is prefixed to the ciphertext.abstract DeterministicAeadParametersgetParameters()Returns the parameters of this key.-
Methods inherited from class com.google.crypto.tink.Key
equalsKey, getIdRequirementOrNull
-
-
-
-
Method Detail
-
getOutputPrefix
public abstract Bytes getOutputPrefix()
Returns aBytesinstance which is prefixed to the ciphertext.
-
getParameters
public abstract DeterministicAeadParameters getParameters()
Returns the parameters of this key.- Specified by:
getParametersin classKey
-
-