com.ibm.security.krb5.internal
Class TGSRep
- java.lang.Object
com.ibm.security.krb5.internal.KDCRep
com.ibm.security.krb5.internal.TGSRep
- public class TGSRep
- extends KDCRep
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
- public TGSRep(PAData[] new_pAData,
- Realm new_crealm,
- PrincipalName new_cname,
- Ticket new_ticket,
- EncryptedData new_encPart)
- throws java.io.IOException
Throws:
java.io.IOException
TGSRep
- public TGSRep(byte[] data)
- throws Asn1Exception
- RealmException
- KrbApErrException
- java.io.IOException
TGSRep
- public TGSRep(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- RealmException
- KrbApErrException
- java.io.IOException