package org.bouncycastle.asn1; import ewe.io.IOException; public interface InMemoryRepresentable { DERObject getLoadedObject() throws IOException; }