Class DerInputStream


  • public final class DerInputStream
    extends BerInputStream
    Decodes ASN.1 types encoded with DER (X.690)
    Since:
    MicroStrategy Web 9.0.1
    • Constructor Detail

      • DerInputStream

        public DerInputStream​(java.io.InputStream in)
                       throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • next

        public final int next()
                       throws java.io.IOException
        Description copied from class: BerInputStream
        Decodes next encoded type. Initializes tag, length, tagOffset and contentOffset variables
        Overrides:
        next in class BerInputStream
        Returns:
        next decoded tag
        Throws:
        java.io.IOException - - if error occured
        See Also:
        BerInputStream.next()