|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.security.mule.krb5.internal.LastReq
public class LastReq
Implements the ASN.1 LastReq type.
This definition reflects the Network Working Group RFC 4120 specification available at http://www.ietf.org/rfc/rfc4120.txt.
| Constructor Summary | |
|---|---|
LastReq(sun.security.util.DerValue encoding,
Config kerberosConfig)
Constructs a LastReq object. |
|
LastReq(LastReqEntry[] entries,
Config kerberosConfig)
|
|
| Method Summary | |
|---|---|
byte[] |
asn1Encode()
Encodes an LastReq object. |
static LastReq |
parse(sun.security.util.DerInputStream data,
byte explicitTag,
boolean optional,
Config kerberosConfig)
Parse (unmarshal) a last request from a DER input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LastReq(LastReqEntry[] entries,
Config kerberosConfig)
throws IOException
IOException
public LastReq(sun.security.util.DerValue encoding,
Config kerberosConfig)
throws Asn1Exception,
IOException
encoding - a Der-encoded data.
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
IOException - if an I/O error occurs while reading encoded data.| Method Detail |
|---|
public byte[] asn1Encode()
throws Asn1Exception,
IOException
Asn1Exception - if an error occurs while decoding an ASN1 encoded data.
IOException - if an I/O error occurs while reading encoded data.
public static LastReq parse(sun.security.util.DerInputStream data,
byte explicitTag,
boolean optional,
Config kerberosConfig)
throws Asn1Exception,
IOException
data - the Der input stream value, which contains one or more marshaled value.explicitTag - tag number.optional - indicates if this data field is optional
Asn1Exception - on error.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||