sun.security.mule.krb5.internal
Class LastReqEntry
java.lang.Object
sun.security.mule.krb5.internal.LastReqEntry
public class LastReqEntry
- extends Object
LastReqEntry
public LastReqEntry(int Type,
KerberosTime time,
Config kerberosConfig)
LastReqEntry
public LastReqEntry(sun.security.util.DerValue encoding,
Config kerberosConfig)
throws Asn1Exception,
IOException
- Constructs a LastReqEntry object.
- Parameters:
encoding - a Der-encoded data.
- Throws:
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
IOException - if an I/O error occurs while reading encoded data.
asn1Encode
public byte[] asn1Encode()
throws Asn1Exception,
IOException
- Encodes an LastReqEntry object.
- Returns:
- the byte array of encoded LastReqEntry object.
- Throws:
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
IOException - if an I/O error occurs while reading encoded data.
clone
public Object clone()
- Overrides:
clone in class Object
Copyright © 2013. All Rights Reserved.