Class OERDecoder


  • public class OERDecoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OERDecoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.bouncycastle.asn1.ASN1Encodable decode​(byte[] src, Element e)  
      static org.bouncycastle.asn1.ASN1Encodable decode​(java.io.InputStream src, Element e)  
      • Methods inherited from class java.lang.Object

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

      • OERDecoder

        public OERDecoder()
    • Method Detail

      • decode

        public static org.bouncycastle.asn1.ASN1Encodable decode​(byte[] src,
                                                                 Element e)
                                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • decode

        public static org.bouncycastle.asn1.ASN1Encodable decode​(java.io.InputStream src,
                                                                 Element e)
                                                          throws java.io.IOException
        Throws:
        java.io.IOException