Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for CrlInfo (0.26 sec)

  1. api/go1.11.txt

    pkg syscall (windows-386), type CertInfo struct
    pkg syscall (windows-386), type CertRevocationCrlInfo struct
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo *CertRevocationCrlInfo
    pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo Pointer
    pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo *CertTrustListInfo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  2. api/except.txt

    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
    pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr
    pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  3. src/syscall/types_windows.go

    }
    
    type CertRevocationInfo struct {
    	Size             uint32
    	RevocationResult uint32
    	RevocationOid    *byte
    	OidSpecificInfo  Pointer
    	HasFreshnessTime uint32
    	FreshnessTime    uint32
    	CrlInfo          *CertRevocationCrlInfo
    }
    
    type CertTrustStatus struct {
    	ErrorStatus uint32
    	InfoStatus  uint32
    }
    
    type CertUsageMatch struct {
    	Type  uint32
    	Usage CertEnhKeyUsage
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    type CertRevocationInfo struct {
    	Size             uint32
    	RevocationResult uint32
    	RevocationOid    *byte
    	OidSpecificInfo  Pointer
    	HasFreshnessTime uint32
    	FreshnessTime    uint32
    	CrlInfo          *CertRevocationCrlInfo
    }
    
    type CertTrustStatus struct {
    	ErrorStatus uint32
    	InfoStatus  uint32
    }
    
    type CertUsageMatch struct {
    	Type  uint32
    	Usage CertEnhKeyUsage
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertInfo", Type, 11},
    		{"CertOpenStore", Func, 0},
    		{"CertOpenSystemStore", Func, 0},
    		{"CertRevocationCrlInfo", Type, 11},
    		{"CertRevocationInfo", Type, 0},
    		{"CertRevocationInfo.CrlInfo", Field, 0},
    		{"CertRevocationInfo.FreshnessTime", Field, 0},
    		{"CertRevocationInfo.HasFreshnessTime", Field, 0},
    		{"CertRevocationInfo.OidSpecificInfo", Field, 0},
    		{"CertRevocationInfo.RevocationOid", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (windows-386), type CertEnhKeyUsage struct, UsageIdentifiers **uint8
    pkg syscall (windows-386), type CertRevocationInfo struct
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, FreshnessTime uint32
    pkg syscall (windows-386), type CertRevocationInfo struct, HasFreshnessTime uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. test-site/activator-launch-1.3.2.jar

    java.util.List retrieveListing$211aaa13(java.net.URL); static void <clinit>(); } org/apache/ivy/util/url/URLHandler$URLInfo.class package org.apache.ivy.util.url; public final synchronized class URLHandler$URLInfo { private long contentLength; private long lastModified; private boolean available; private String bodyCharset; protected void URLHandler$URLInfo(); protected void URLHandler$URLInfo(boolean, long, long, String); public final boolean isReachable(); public final long getContentLength(); public...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top