Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Tkey (0.08 sec)

  1. pkg/config/validation/validation.go

    						continue
    					}
    					errs = appendErrors(errs, check(when.Key == "source.namespace", when.Key))
    					errs = appendErrors(errs, check(when.Key == "source.principal", when.Key))
    					errs = appendErrors(errs, check(strings.HasPrefix(when.Key, "request.auth."), when.Key))
    				}
    			}
    		}
    		if in.GetProvider() != nil && in.Action != security_beta.AuthorizationPolicy_CUSTOM {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. src/crypto/x509/x509_test.go

    -----END RSA TESTING KEY-----
    `)
    
    // pemEd25519Key is the example from RFC 8410, Section 4.
    var pemEd25519Key = `
    -----BEGIN PUBLIC KEY-----
    MCowBQYDK2VwAyEAGb9ECWmEzf6FQbrBZ9w7lshQhqowtrbLDFw4rXAxZuE=
    -----END PUBLIC KEY-----
    `
    
    // pemX25519Key was generated from pemX25519Key with "openssl pkey -pubout".
    var pemX25519Key = `
    -----BEGIN PUBLIC KEY-----
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top