Klasse WinCrypt.CERT_REVOCATION_INFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinCrypt.CERT_REVOCATION_INFO
Bekannte direkte Unterklassen:
WinCrypt.CERT_REVOCATION_INFO.ByReference
Umschließende Schnittstelle:
WinCrypt

@FieldOrder({"cbSize","dwRevocationResult","pszRevocationOid","pvOidSpecificInfo","fHasFreshnessTime","dwFreshnessTime","pCrlInfo"}) public static class WinCrypt.CERT_REVOCATION_INFO extends Structure
The CERT_REVOCATION_INFO structure indicates the revocation status of a certificate in a CERT_CHAIN_ELEMENT.
Siehe auch:
  • Felddetails

    • cbSize

      public int cbSize
    • dwRevocationResult

      public int dwRevocationResult
    • pszRevocationOid

      public String pszRevocationOid
    • pvOidSpecificInfo

      public Pointer pvOidSpecificInfo
    • fHasFreshnessTime

      public boolean fHasFreshnessTime
    • dwFreshnessTime

      public int dwFreshnessTime
    • pCrlInfo

  • Konstruktordetails

    • CERT_REVOCATION_INFO

      public CERT_REVOCATION_INFO()