Class WinCrypt.CERT_REVOCATION_INFO

  • Direct Known Subclasses:
    WinCrypt.CERT_REVOCATION_INFO.ByReference
    Enclosing interface:
    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.
    See Also:
    MSDN
    • Field Detail

      • cbSize

        public int cbSize
      • dwRevocationResult

        public int dwRevocationResult
      • pszRevocationOid

        public String pszRevocationOid
      • pvOidSpecificInfo

        public Pointer pvOidSpecificInfo
      • fHasFreshnessTime

        public boolean fHasFreshnessTime
      • dwFreshnessTime

        public int dwFreshnessTime
    • Constructor Detail

      • CERT_REVOCATION_INFO

        public CERT_REVOCATION_INFO()