blob: fc0cb0411725136dfc4eb91951eeaa54a1b5acf1 [file] [log] [blame]
package org.bouncycastle.openssl;
import java.io.IOException;
interface PEMKeyPairParser
{
PEMKeyPair parse(byte[] encoding)
throws IOException;
}