Interface ASN1Decoder

    • Method Summary

      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)  
    • Method Detail

      • readLength

        int readLength​(java.io.InputStream is)
      • readValue

        byte[] readValue​(int length,
                         java.io.InputStream is)