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

package com.google.crypto.tink.jwt;

import java.security.GeneralSecurityException;
import com.google.errorprone.annotations.Immutable;

@Immutable
public interface JwtPublicKeySign
{
    String signAndEncode(final RawJwt token) throws GeneralSecurityException;
}
