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

package org.bouncycastle.oer;

import org.bouncycastle.asn1.ASN1Encodable;

public interface Switch
{
    Element result(final SwitchIndexer p0);
    
    ASN1Encodable[] keys();
}
