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

package org.bouncycastle.jcajce.interfaces;

import java.security.PrivateKey;

public interface XDHPrivateKey extends XDHKey, PrivateKey
{
    XDHPublicKey getPublicKey();
}
