what-the-bank/sources/org/bouncycastle/util/io/pem/PemObjectParser.java

9 lines
201 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.util.io.pem;
import java.io.IOException;
/* loaded from: classes6.dex */
public interface PemObjectParser {
Object parseObject(PemObject pemObject) throws IOException;
}