// 
// Decompiled by Procyon v0.6.0
// 

package com.google.crypto.tink.daead;

import com.google.errorprone.annotations.Immutable;
import com.google.crypto.tink.Parameters;

@Immutable
public abstract class DeterministicAeadParameters extends Parameters
{
}
