Package com.google.crypto.tink.mac
Class MacParameters
- java.lang.Object
-
- com.google.crypto.tink.Parameters
-
- com.google.crypto.tink.mac.MacParameters
-
- Direct Known Subclasses:
AesCmacParameters,HmacParameters
@Immutable public abstract class MacParameters extends Parameters
Represents a description of aMacKeyexcluding the randomly chosen key material.
-
-
Constructor Summary
Constructors Constructor Description MacParameters()
-
Method Summary
-
Methods inherited from class com.google.crypto.tink.Parameters
hasIdRequirement
-
-