Package com.google.crypto.tink.prf
Class PrfKey
- java.lang.Object
-
- com.google.crypto.tink.Key
-
- com.google.crypto.tink.prf.PrfKey
-
- Direct Known Subclasses:
AesCmacPrfKey,HkdfPrfKey,HmacPrfKey
public abstract class PrfKey extends Key
Represents functions to compute a PRF.
-
-
Constructor Summary
Constructors Constructor Description PrfKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract PrfParametersgetParameters()Returns the parameters of this key.-
Methods inherited from class com.google.crypto.tink.Key
equalsKey, getIdRequirementOrNull
-
-
-
-
Method Detail
-
getParameters
public abstract PrfParameters getParameters()
Returns the parameters of this key.- Specified by:
getParametersin classKey
-
-