X509CAImpl.newCRL

Create a new and empty CRL for this CA.

class X509CAImpl
const
newCRL
(,
Duration next_update = 0.seconds
)

Parameters

rng RandomNumberGenerator

the random number generator to use

next_update Duration

the time to set in next update in seconds as the offset from the current time

Return Value

Type: X509CRL

new CRL

Meta