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

Class WinCrypt.CRL_INFO

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


    @Structure.FieldOrder(value={"dwVersion","SignatureAlgorithm","Issuer","ThisUpdate","NextUpdate","cCRLEntry","rgCRLEntry","cExtension","rgExtension"})
    public static class WinCrypt.CRL_INFO
    extends Structure
    The CRL_INFO structure contains the information of a certificate revocation list (CRL).
    See Also:
    MSDN
JNA API 5.6.0

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