Class DerEncoder (1.43.0)

public class DerEncoder

Utilities for re-encoding a signature byte array with DER encoding.

Note: that this is not a general purpose encoder and currently only handles 512 bit signatures. ES256 verification algorithms expect the signature bytes in DER encoding.

Inheritance

java.lang.Object > DerEncoder

Constructors

DerEncoder()

public DerEncoder()