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

package com.google.crypto.tink;

public interface PrivateKey
{
    Key getPublicKey();
}
