Klasse WinCrypt.CRL_CONTEXT

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

@FieldOrder({"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.
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • CRL_CONTEXT

      public CRL_CONTEXT()