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

package com.google.crypto.tink.signature;

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

@Immutable
public abstract class SignatureParameters extends Parameters
{
}
