
com.bugvm.bouncycastle.asn1.InMemoryRepresentable Maven / Gradle / Ivy
The newest version!
package com.bugvm.bouncycastle.asn1;
import java.io.IOException;
public interface InMemoryRepresentable
{
ASN1Primitive getLoadedObject()
throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy