Struct kerberos_parser::krb5::PAType[][src]

pub struct PAType(pub i32);

PA-Data type

Methods

impl PAType
[src]

PA_TGS_REQ: PAType = PAType(1)

DER encoding of AP-REQ

PA_ENC_TS: PAType = PAType(2)

DER encoding of PA-ENC-TIMESTAMP

PA_PW_SALT: PAType = PAType(3)

salt (not ASN.1 encoded)

PA_ETYPE_INFO: PAType = PAType(11)

DER encoding of ETYPE-INFO

PA_ETYPE_INFO2: PAType = PAType(19)

DER encoding of ETYPE-INFO2

PA_PAC_REQUEST: PAType = PAType(128)

Windows PAC request

PA_REQ_ENC_PA_REP: PAType = PAType(149)

Support for FAST pre-auth mechanism

Trait Implementations

impl Clone for PAType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PAType
[src]

impl PartialEq for PAType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PAType
[src]

impl Debug for PAType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PAType

impl Sync for PAType