sun.security.mule.krb5.internal
Class EncASRepPart

java.lang.Object
  extended by sun.security.mule.krb5.internal.EncKDCRepPart
      extended by sun.security.mule.krb5.internal.EncASRepPart

public class EncASRepPart
extends EncKDCRepPart


Field Summary
 
Fields inherited from class sun.security.mule.krb5.internal.EncKDCRepPart
authtime, caddr, endtime, flags, key, keyExpiration, lastReq, msgType, nonce, renewTill, sname, srealm, starttime
 
Constructor Summary
EncASRepPart(byte[] data, Config kerberosConfig)
           
EncASRepPart(sun.security.util.DerValue encoding, Config kerberosConfig)
           
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, Config kerberosConfig)
           
 
Method Summary
 byte[] asn1Encode()
           
 
Methods inherited from class sun.security.mule.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,
                    Config kerberosConfig)

EncASRepPart

public EncASRepPart(byte[] data,
                    Config kerberosConfig)
             throws Asn1Exception,
                    IOException,
                    KrbException
Throws:
Asn1Exception
IOException
KrbException

EncASRepPart

public EncASRepPart(sun.security.util.DerValue encoding,
                    Config kerberosConfig)
             throws Asn1Exception,
                    IOException,
                    KrbException
Throws:
Asn1Exception
IOException
KrbException
Method Detail

asn1Encode

public byte[] asn1Encode()
                  throws Asn1Exception,
                         IOException
Throws:
Asn1Exception
IOException


Copyright © 2013. All Rights Reserved.