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

package org.bouncycastle.pqc.jcajce.interfaces;

import java.security.PrivateKey;

public interface XMSSMTPrivateKey extends XMSSMTKey, PrivateKey
{
    long getIndex();
    
    long getUsagesRemaining();
    
    XMSSMTPrivateKey extractKeyShard(final int p0);
}
