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

Class WinCrypt.CERT_CHAIN_ELEMENT

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


    @Structure.FieldOrder(value={"cbSize","pCertContext","TrustStatus","pRevocationInfo","pIssuanceUsage","pApplicationUsage","pwszExtendedErrorInfo"})
    public static class WinCrypt.CERT_CHAIN_ELEMENT
    extends Structure
    The CERT_CHAIN_ELEMENT structure is a single element in a simple certificate chain. Each element has a pointer to a certificate context, a pointer to a structure that indicates the error status and information status of the certificate, and a pointer to a structure that indicates the revocation status of the certificate.
    See Also:
    MSDN
JNA API 5.3.1

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