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