Class ASN1Serializer<T extends ASN1Object>

    • 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