Source File
	constants.go
Belonging Package
	github.com/jcmturner/gokrb5/v8/iana/keyusage
// Package keyusage provides Kerberos 5 key usage assigned numbers.package keyusage// Key usage numbers.const (AS_REQ_PA_ENC_TIMESTAMP = 1KDC_REP_TICKET = 2AS_REP_ENCPART = 3TGS_REQ_KDC_REQ_BODY_AUTHDATA_SESSION_KEY = 4TGS_REQ_KDC_REQ_BODY_AUTHDATA_SUB_KEY = 5TGS_REQ_PA_TGS_REQ_AP_REQ_AUTHENTICATOR_CHKSUM = 6TGS_REQ_PA_TGS_REQ_AP_REQ_AUTHENTICATOR = 7TGS_REP_ENCPART_SESSION_KEY = 8TGS_REP_ENCPART_AUTHENTICATOR_SUB_KEY = 9AP_REQ_AUTHENTICATOR_CHKSUM = 10AP_REQ_AUTHENTICATOR = 11AP_REP_ENCPART = 12KRB_PRIV_ENCPART = 13KRB_CRED_ENCPART = 14KRB_SAFE_CHKSUM = 15KERB_NON_KERB_SALT = 16KERB_NON_KERB_CKSUM_SALT = 17//18. Reserved for future use in Kerberos and related protocols.AD_KDC_ISSUED_CHKSUM = 19//20-21. Reserved for future use in Kerberos and related protocols.GSSAPI_ACCEPTOR_SEAL = 22GSSAPI_ACCEPTOR_SIGN = 23GSSAPI_INITIATOR_SEAL = 24GSSAPI_INITIATOR_SIGN = 25KEY_USAGE_FAST_REQ_CHKSUM = 50KEY_USAGE_FAST_ENC = 51KEY_USAGE_FAST_REP = 52KEY_USAGE_FAST_FINISHED = 53KEY_USAGE_ENC_CHALLENGE_CLIENT = 54KEY_USAGE_ENC_CHALLENGE_KDC = 55KEY_USAGE_AS_REQ = 56//26-511. Reserved for future use in Kerberos and related protocols.//512-1023. Reserved for uses internal to a Kerberos implementation.//1024. Encryption for application use in protocols that do not specify key usage values//1025. Checksums for application use in protocols that do not specify key usage values//1026-2047. Reserved for application use.)
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |