Interface ASN1ApplicationSpecificParser

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.asn1.ASN1TaggedObjectParser , io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable

    
    public interface ASN1ApplicationSpecificParser
     implements ASN1TaggedObjectParser
                        

    Interface to parse ASN.1 ApplicationSpecific objects.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ASN1Encodable readObject() Read the next object in the parser.
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1TaggedObjectParser

        getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, parseBaseUniversal
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Encodable

        toASN1Primitive
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable

        getLoadedObject
      • Methods inherited from class java.lang.Object

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