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