Interface IASN1InputStream

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
ASN1InputStreamBC, ASN1InputStreamBCFips

public interface IASN1InputStream extends Closeable
This interface represents the wrapper for ASN1InputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close()
    Delegates close method call to the wrapped stream.
    Calls actual readObject method for the wrapped ASN1InputStream object.