Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class WinCrypt.CRL_CONTEXT

  • Direct Known Subclasses:
    WinCrypt.CRL_CONTEXT.ByReference
    Enclosing interface:
    WinCrypt


    @Structure.FieldOrder(value={"dwCertEncodingType","pbCrlEncoded","cbCrlEncoded","pCrlInfo","hCertStore"})
    public static class WinCrypt.CRL_CONTEXT
    extends Structure
    The CRL_CONTEXT structure contains both the encoded and decoded representations of a certificate revocation list (CRL). CRL contexts returned by any CryptoAPI function must be freed by calling the CertFreeCRLContext function.
    See Also:
    MSDN
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.