Class BERApplicationSpecificParser

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

    
    public class BERApplicationSpecificParser
    extends BERTaggedObjectParser implements ASN1ApplicationSpecificParser
                        

    A parser for indefinite-length 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
      ASN1Encodable readObject() Return the object contained in this application specific object,
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.BERTaggedObjectParser

        getLoadedObject, getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, isConstructed, parseBaseUniversal, toASN1Primitive
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • readObject

         ASN1Encodable readObject()

        Return the object contained in this application specific object,

        Returns:

        the contained object.