Class ConstructedDEREncoder

  • All Implemented Interfaces:
    DEREncoder

    public class ConstructedDEREncoder
    extends AbstractDERType
    implements DEREncoder
    Encodes constructed types to their DER format.
    Author:
    Middleware Services
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] encode()
      Encode this object into it's DER type.
      • Methods inherited from class java.lang.Object

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

      • ConstructedDEREncoder

        public ConstructedDEREncoder​(DERTag tag,
                                     DEREncoder... encoders)
        Creates a new sequence encoder.
        Parameters:
        tag - der tag associated with this type
        encoders - to encode in this sequence
    • Method Detail

      • encode

        public byte[] encode()
        Description copied from interface: DEREncoder
        Encode this object into it's DER type.
        Specified by:
        encode in interface DEREncoder
        Returns:
        DER encoded object