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

package org.bouncycastle.crypto;

import javax.security.auth.Destroyable;

public interface SecretWithEncapsulation extends Destroyable
{
    byte[] getSecret();
    
    byte[] getEncapsulation();
}
