nn::ssl::CrlStore::RegisterCrl Member Functionnn::Result RegisterCrl( const u8 * pCrlData, size_t crlDatasize, CrlId * pCrlIdCourier = NULL ); nn::Result RegisterCrl( InternalCrl inCrlName, CrlId * pCrlIdCourier = NULL );
RegisterCrl(const u8 *, size_t, CrlId *)
|
Registers a CRL. Call this function multiple times to register multiple CRLs. |
RegisterCrl(InternalCrl, CrlId *)
|
Registers an internal CRL. Call this function multiple times to register multiple CRLs. |
RegisterCrl(const u8 *, size_t, CrlId *)Registers a CRL. Call this function multiple times to register multiple CRLs.
RegisterCrl(InternalCrl, CrlId *)Registers an internal CRL. Call this function multiple times to register multiple CRLs.
CONFIDENTIAL