public class ConstructedDEREncoder extends AbstractDERType implements DEREncoder
Modifier and Type | Field and Description |
---|---|
private DEREncoder[] |
derEncoders
Encoders in this sequence.
|
Constructor and Description |
---|
ConstructedDEREncoder(DERTag tag,
DEREncoder... encoders)
Creates a new sequence encoder.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
encode()
Encode this object into it's DER type.
|
encode, readBuffer
private final DEREncoder[] derEncoders
public ConstructedDEREncoder(DERTag tag, DEREncoder... encoders)
tag
- der tag associated with this typeencoders
- to encode in this sequencepublic byte[] encode()
DEREncoder
encode
in interface DEREncoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.