package org.bouncycastle.crypto.params;
import org.bouncycastle.crypto.CipherParametersEx;
public class KeyParameterEx implements CipherParametersEx {
public KeyParameterEx(byte[] encoded) {
// TODO Auto-generated constructor stub
}
}