git_cert_x509

X.509 certificate information

extern (C) nothrow @nogc
struct git_cert_x509 {}

Members

Variables

data
void* data;

Pointer to the X.509 certificate data

len
size_t len;

Length of the memory block pointed to by data.

parent
.git_cert parent;

The parent cert

Meta