com.ibm.security.krb5.internal
Class TGSReq
- java.lang.Object
com.ibm.security.krb5.internal.KDCReq
com.ibm.security.krb5.internal.TGSReq
- public class TGSReq
- extends KDCReq
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
- public TGSReq(PAData[] new_pAData,
- KDCReqBody new_reqBody)
- throws java.io.IOException
Throws:
java.io.IOException
TGSReq
- public TGSReq(byte[] data)
- throws Asn1Exception
- java.io.IOException
- KrbException
TGSReq
- public TGSReq(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- java.io.IOException
- KrbException