Class ASN1Serializer<T extends ASN1Object>

    • Method Summary

      Modifier and Type Method Description
      abstract void serialize​(T asn1Object, ASN1OutputStream stream)  
      abstract int serializedLength​(T asn1Object)  
      • Methods inherited from class java.lang.Object

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

      • ASN1Serializer

        public ASN1Serializer​(ASN1Encoder encoder)
    • Method Detail

      • serializedLength

        public abstract int serializedLength​(T asn1Object)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • serialize

        public abstract void serialize​(T asn1Object,
                                       ASN1OutputStream stream)
                                throws java.io.IOException
        Throws:
        java.io.IOException