Top Fields Constructors Methods
sun.security.krb5.internal

public Class TGSRep

extends KDCRep
Class Inheritance
Imports
sun.security.krb5.PrincipalName, .Realm, .RealmException, .EncryptedData, .Asn1Exception, sun.security.util.*, java.io.IOException

Field Summary

Inherited from sun.security.krb5.internal.KDCRep:
cnameencKDCRepPartencPartpADataticket

Constructor Summary

AccessConstructor and Description
public
TGSRep(PAData[] new_pAData, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)

public
TGSRep(byte[] data)

public
TGSRep(DerValue encoding)

Method Summary

Modifier and TypeMethod and Description
private void
init(DerValue encoding)

Inherited from sun.security.krb5.internal.KDCRep:
asn1Encodeinit

Constructor Detail

TGSRepback to summary
public TGSRep(PAData[] new_pAData, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart) throws IOException
TGSRepback to summary
public TGSRep(byte[] data) throws Asn1Exception, RealmException, KrbApErrException, IOException
TGSRepback to summary
public TGSRep(DerValue encoding) throws Asn1Exception, RealmException, KrbApErrException, IOException

Method Detail

initback to summary
private void init(DerValue encoding) throws Asn1Exception, RealmException, KrbApErrException, IOException