EAC11genCVC.buildCertBody

Build the DER encoded certifcate body of an object

class EAC11genCVC(Derived)
static
Vector!ubyte
buildCertBody
(
ALLOC
)
(
auto const ref Vector!(ubyte, ALLOC) tbs
)

Parameters

tbs Vector!(ubyte, ALLOC)

the data to be signed

Return Value

Type: Vector!ubyte

the correctly encoded body of the object

Meta