Home | History | Annotate | Download | only in impacket

Lines Matching refs:Ticket

518         from impacket.krb5.types import Principal, KerberosTime, Ticket
532 # Save the ticket
541 # ccache.saveFile('/tmp/ticket.bin')
563 # Let's extract the ticket from the TGS
565 ticket = Ticket()
566 ticket.from_asn1(tgs['ticket'])
575 seq_set(apReq,'ticket', ticket.to_asn1)