Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ConstraintViolationError (0.43 sec)

  1. src/crypto/x509/x509.go

    }
    
    // ConstraintViolationError results when a requested usage is not permitted by
    // a certificate. For example: checking a signature when the public key isn't a
    // certificate signing key.
    type ConstraintViolationError struct{}
    
    func (ConstraintViolationError) Error() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Certificate).VerifyHostname", Method, 0},
    		{"(*CertificateRequest).CheckSignature", Method, 5},
    		{"(*RevocationList).CheckSignatureFrom", Method, 19},
    		{"(CertificateInvalidError).Error", Method, 0},
    		{"(ConstraintViolationError).Error", Method, 0},
    		{"(HostnameError).Error", Method, 0},
    		{"(InsecureAlgorithmError).Error", Method, 6},
    		{"(OID).Equal", Method, 22},
    		{"(OID).EqualASN1OID", Method, 22},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg crypto/x509, method (*Certificate) VerifyHostname(string) error
    pkg crypto/x509, method (CertificateInvalidError) Error() string
    pkg crypto/x509, method (ConstraintViolationError) Error() string
    pkg crypto/x509, method (HostnameError) Error() string
    pkg crypto/x509, method (UnhandledCriticalExtension) Error() string
    pkg crypto/x509, method (UnknownAuthorityError) Error() string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top