Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for privKeyBytes (0.12 sec)

  1. security/pkg/pki/util/keycertbundle.go

    // Setting all values together avoids inconsistency.
    func (b *KeyCertBundle) VerifyAndSetAll(certBytes, privKeyBytes, certChainBytes, rootCertBytes []byte) error {
    	if err := Verify(certBytes, privKeyBytes, certChainBytes, rootCertBytes); err != nil {
    		return err
    	}
    	b.setAllFromPem(certBytes, privKeyBytes, certChainBytes, rootCertBytes)
    	return nil
    }
    
    // Setting all values together avoids inconsistency.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 21 06:07:50 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top