sun.security.mule.krb5.internal
Class TGSRep

java.lang.Object
  extended by sun.security.mule.krb5.internal.KDCRep
      extended by sun.security.mule.krb5.internal.TGSRep

public class TGSRep
extends KDCRep


Field Summary
 
Fields inherited from class sun.security.mule.krb5.internal.KDCRep
cname, crealm, encKDCRepPart, encPart, ticket
 
Constructor Summary
TGSRep(byte[] data)
           
TGSRep(sun.security.util.DerValue encoding)
           
TGSRep(PAData[] new_pAData, Realm new_crealm, PrincipalName new_cname, Ticket new_ticket, EncryptedData new_encPart)
           
 
Method Summary
 
Methods inherited from class sun.security.mule.krb5.internal.KDCRep
asn1Encode, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGSRep

public TGSRep(PAData[] new_pAData,
              Realm new_crealm,
              PrincipalName new_cname,
              Ticket new_ticket,
              EncryptedData new_encPart)
       throws IOException
Throws:
IOException

TGSRep

public TGSRep(byte[] data)
       throws Asn1Exception,
              RealmException,
              KrbApErrException,
              IOException
Throws:
Asn1Exception
RealmException
KrbApErrException
IOException

TGSRep

public TGSRep(sun.security.util.DerValue encoding)
       throws Asn1Exception,
              RealmException,
              KrbApErrException,
              IOException
Throws:
Asn1Exception
RealmException
KrbApErrException
IOException


Copyright © 2013. All Rights Reserved.