Package org.ldaptive.asn1
Class ConstructedDEREncoder
java.lang.Object
org.ldaptive.asn1.AbstractDERType
org.ldaptive.asn1.ConstructedDEREncoder
- All Implemented Interfaces:
DEREncoder
Encodes constructed types to their DER format.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructedDEREncoder
(DERTag tag, DEREncoder... encoders) Creates a new sequence encoder. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractDERType
encode
-
Field Details
-
derEncoders
Encoders in this sequence.
-
-
Constructor Details
-
ConstructedDEREncoder
Creates a new sequence encoder.- Parameters:
tag
- der tag associated with this typeencoders
- to encode in this sequence
-
-
Method Details
-
encode
public byte[] encode()Description copied from interface:DEREncoder
Encode this object into it's DER type.- Specified by:
encode
in interfaceDEREncoder
- Returns:
- DER encoded object
-