com.ibm.security.krb5.internal

Class TGSReq

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.KDCReq
  3. extended bycom.ibm.security.krb5.internal.TGSReq

  1. public class TGSReq
  2. extends KDCReq
DOCUMENT ME!
Version:
$Revision$
Author:
$author$

Constructor Summary

Constructor and Description
TGSReq(byte[] data)
TGSReq(com.ibm.security.util.DerValue encoding)
TGSReq(PAData[] new_pAData,KDCReqBody new_reqBody)

Method Summary

Methods inherited from class com.ibm.security.krb5.internal.KDCReq
asn1Encode, asn1EncodeReqBody, getMessageType, getPAData, getProtocolVersionNumber, getRequestBody, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

TGSReq

  1. public TGSReq(PAData[] new_pAData,
  2. KDCReqBody new_reqBody)
  3. throws java.io.IOException
Throws:
java.io.IOException

TGSReq

  1. public TGSReq(byte[] data)
  2. throws Asn1Exception
  3. java.io.IOException
  4. KrbException
Throws:
java.io.IOException

TGSReq

  1. public TGSReq(com.ibm.security.util.DerValue encoding)
  2. throws Asn1Exception
  3. java.io.IOException
  4. KrbException
Throws:
java.io.IOException