blob: 981ee1b63930f906ccae1cf65a04600dc970ca3e [file] [log] [blame]
package org.bouncycastle.asn1;
import java.io.IOException;
public interface InMemoryRepresentable
{
DERObject getLoadedObject()
throws IOException;
}