com.ibm.security.krb5.internal
Class EncKrbCredPart
- java.lang.Object
com.ibm.security.krb5.internal.EncKrbCredPart
- public class EncKrbCredPart
- extends java.lang.Object
This definition reflects the Network Working Group RFC 1510 specifications dated September 1993 and available at http://www.ietf.org/rfc/rfc1510.txt.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
nonce
|
rAddress
|
|
sAddress
|
|
ticketInfo
|
|
timeStamp
|
|
|
usec
|
Constructor Summary
Constructor and Description |
---|
EncKrbCredPart(byte[] data)
|
EncKrbCredPart(com.ibm.security.util.DerValue encoding)
|
EncKrbCredPart(KrbCredInfo[] new_ticketInfo,KerberosTime new_timeStamp,java.lang.Integer new_usec,java.lang.Integer new_nonce,HostAddress new_sAddress,HostAddresses new_rAddress)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
asn1Encode()
Encodes an EncKrbCredPart object.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
ticketInfo
- public KrbCredInfo[] ticketInfo
nonce
- public java.lang.Integer nonce
timeStamp
- public KerberosTime timeStamp
usec
- public java.lang.Integer usec
sAddress
- public HostAddress sAddress
rAddress
- public HostAddresses rAddress
Constructor Detail
EncKrbCredPart
- public EncKrbCredPart(KrbCredInfo[] new_ticketInfo,
- KerberosTime new_timeStamp,
- java.lang.Integer new_usec,
- java.lang.Integer new_nonce,
- HostAddress new_sAddress,
- HostAddresses new_rAddress)
EncKrbCredPart
- public EncKrbCredPart(byte[] data)
- throws Asn1Exception
- java.io.IOException
- RealmException
EncKrbCredPart
- public EncKrbCredPart(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- java.io.IOException
- RealmException
Method Detail
asn1Encode
- public byte[] asn1Encode()
- throws Asn1Exception
- java.io.IOException
Encodes an EncKrbCredPart object.
Returns:
byte array of encoded EncKrbCredPart object.
Throws:
Asn1Exception
- if an error occurs while decoding an ASN1 encoded data. java.io.IOException
- if an I/O error occurs while reading encoded data.