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

package org.bouncycastle.crypto;

public interface CharToByteConverter
{
    String getType();
    
    byte[] convert(final char[] p0);
}
