blob: b18b550549f2c6a496a4e6f43b67a1284a9d9032 [file] [log] [blame]
package org.bouncycastle.util.io.pem;
import java.io.IOException;
public interface PemObjectParser
{
Object parseObject(PemObject obj)
throws IOException;
}