Class DLSequenceParser

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

    
    public class DLSequenceParser
     implements ASN1SequenceParser
                        

    Parser class for DL SEQUENCEs. TODO The class is only publicly visible to support 'instanceof' checks; provide an alternative

    • 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 next object in the SEQUENCE.
      ASN1Primitive getLoadedObject() Return an in memory, encodable, representation of the SEQUENCE.
      ASN1Primitive toASN1Primitive() Return a DLSequence representing this parser and its contents.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait