com.ibm.security.krb5.internal
Class APRep
- java.lang.Object
com.ibm.security.krb5.internal.APRep
- public class APRep
- 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 |
---|---|
encPart
|
|
|
msgType
|
|
pvno
|
Constructor Summary
Constructor and Description |
---|
APRep(byte[] data)
|
APRep(com.ibm.security.util.DerValue encoding)
|
APRep(EncryptedData new_encPart)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
asn1Encode()
Encodes an APRep object.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
pvno
- public int pvno
msgType
- public int msgType
encPart
- public EncryptedData encPart
Constructor Detail
APRep
- public APRep(EncryptedData new_encPart)
APRep
- public APRep(byte[] data)
- throws Asn1Exception
- KrbApErrException
- java.io.IOException
APRep
- public APRep(com.ibm.security.util.DerValue encoding)
- throws Asn1Exception
- KrbApErrException
- java.io.IOException
Method Detail
asn1Encode
- public byte[] asn1Encode()
- throws Asn1Exception
- java.io.IOException
Encodes an APRep object.
Returns:
byte array of encoded APRep 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.