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

package com.google.crypto.tink.jwt;

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

@Immutable
public interface JwtPublicKeyVerifyInternal
{
    VerifiedJwt verifyAndDecodeWithKid(final String compact, final JwtValidator validator, final Optional<String> kid) throws GeneralSecurityException;
}
