package com.google.crypto.tink;

import com.google.crypto.tink.annotations.Alpha;

/* JADX INFO: loaded from: classes2.dex */
@Alpha
public interface PrivateKey {
    Key getPublicKey();
}
