Class BERDecoder

    • Constructor Summary

      Constructors 
      Constructor Description
      BERDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int readLength​(java.io.InputStream is)  
      ASN1Tag<? extends ASN1Object> readTag​(java.io.InputStream is)  
      byte[] readValue​(int length, java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BERDecoder

        public BERDecoder()