com.ibm.security.krb5.internal
Class EncASRepPart
- java.lang.Object
com.ibm.security.krb5.internal.EncKDCRepPart
com.ibm.security.krb5.internal.EncASRepPart
- public class EncASRepPart
- extends EncKDCRepPart
Version:
$Revision$
Author:
$author$
Field Summary
Fields inherited from class com.ibm.security.krb5.internal.EncKDCRepPart |
---|
authtime, caddr, endtime, flags, key, keyExpiration, lastReq, msgType, nonce, renewTill, sname, srealm, starttime |
Constructor Summary
Constructor and Description |
---|
EncASRepPart(byte[] data)
|
EncASRepPart(com.ibm.security.util.DerValue encoding)
|
EncASRepPart(EncryptionKey new_key,LastReq new_lastReq,int new_nonce,KerberosTime new_keyExpiration,TicketFlags new_flags,KerberosTime new_authtime,KerberosTime new_starttime,KerberosTime new_endtime,KerberosTime new_renewTill,Realm new_srealm,PrincipalName new_sname,HostAddresses new_caddr)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
asn1Encode()
DOCUMENT ME!
|
Methods inherited from class com.ibm.security.krb5.internal.EncKDCRepPart |
---|
asn1Encode, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
EncASRepPart
- public EncASRepPart(EncryptionKey new_key,
- LastReq new_lastReq,
- int new_nonce,
- KerberosTime new_keyExpiration,
- TicketFlags new_flags,
- KerberosTime new_authtime,
- KerberosTime new_starttime,
- KerberosTime new_endtime,
- KerberosTime new_renewTill,
- Realm new_srealm,
- PrincipalName new_sname,
- HostAddresses new_caddr)
EncASRepPart
- public EncASRepPart(byte[] data)
- throws Asn1Exception
- java.io.IOException
- KrbException
EncASRepPart
- public EncASRepPart(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- java.io.IOException
- KrbException
Method Detail
asn1Encode
- public byte[] asn1Encode()
- throws Asn1Exception
- java.io.IOException
DOCUMENT ME!