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

package org.bouncycastle.pqc.jcajce.interfaces;

import java.security.PrivateKey;

public interface DilithiumPrivateKey extends PrivateKey, DilithiumKey
{
    DilithiumPublicKey getPublicKey();
}
