Package com.google.crypto.tink.prf
Class PrfParameters
- java.lang.Object
-
- com.google.crypto.tink.Parameters
-
- com.google.crypto.tink.prf.PrfParameters
-
- Direct Known Subclasses:
AesCmacPrfParameters,HkdfPrfParameters,HmacPrfParameters
@Immutable public abstract class PrfParameters extends Parameters
Represents a description of aPrfKeyexcluding the randomly chosen key material.
-
-
Constructor Summary
Constructors Constructor Description PrfParameters()
-
Method Summary
-
Methods inherited from class com.google.crypto.tink.Parameters
hasIdRequirement
-
-