public class ConstructedDEREncoder extends AbstractDERType implements DEREncoder
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
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 © 2018. All rights reserved.