what-the-bank/sources/org/bouncycastle/crypto/CharToByteConverter.java

9 lines
163 B
Java

package org.bouncycastle.crypto;
/* loaded from: classes6.dex */
public interface CharToByteConverter {
byte[] convert(char[] cArr);
String getType();
}