Class BERInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, DERTags

    public class BERInputStream
    extends DERInputStream
    Deprecated.
    use ASN1InputStream
    • Field Detail

      • END_OF_STREAM

        private static final DERObject END_OF_STREAM
        Deprecated.
    • Constructor Detail

      • BERInputStream

        public BERInputStream​(java.io.InputStream is)
        Deprecated.
    • Method Detail

      • readIndefiniteLengthFully

        private byte[] readIndefiniteLengthFully()
                                          throws java.io.IOException
        Deprecated.
        read a string of bytes representing an indefinite length object.
        Throws:
        java.io.IOException
      • buildConstructedOctetString

        private BERConstructedOctetString buildConstructedOctetString()
                                                               throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException