com.ibm.security.krb5.internal

Class TGSRep

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.KDCRep
  3. extended bycom.ibm.security.krb5.internal.TGSRep

  1. public class TGSRep
  2. extends KDCRep
DOCUMENT ME!
Version:
$Revision$
Author:
$author$

Field Summary

Fields inherited from class com.ibm.security.krb5.internal.KDCRep
cname, crealm, encKDCRepPart, encPart, msgType, pAData, pvno, ticket

Constructor Summary

Constructor and Description
TGSRep(byte[] data)
TGSRep(com.ibm.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 com.ibm.security.krb5.internal.KDCRep
asn1Encode, decrypt, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TGSRep

  1. public TGSRep(PAData[] new_pAData,
  2. Realm new_crealm,
  3. PrincipalName new_cname,
  4. Ticket new_ticket,
  5. EncryptedData new_encPart)
  6. throws java.io.IOException
Throws:
java.io.IOException

TGSRep

  1. public TGSRep(byte[] data)
  2. throws Asn1Exception
  3. RealmException
  4. KrbApErrException
  5. java.io.IOException
Throws:
java.io.IOException

TGSRep

  1. public TGSRep(com.ibm.security.util.DerValue encoding)
  2. throws Asn1Exception
  3. RealmException
  4. KrbApErrException
  5. java.io.IOException
Throws:
java.io.IOException