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