| Package | Description |
|---|---|
| org.apache.kerby.xdr.type |
| Modifier and Type | Class and Description |
|---|---|
class |
XdrBoolean
Xdr Boolean type from RFC 4506
Boolean type has the same representation as signed integers.
|
class |
XdrBytes |
class |
XdrEnumerated<T extends EnumType> |
class |
XdrInteger
Xdr Integer type from RFC 4506
An XDR signed integer is a 32-bit datum
that encodes an integer in the range [-2147483648,2147483647].
|
class |
XdrLong
From RFC 4506 :
(MSB) (LSB)
+-------+-------+-------+-------+-------+-------+-------+-------+
|byte 0 |byte 1 |byte 2 |byte 3 |byte 4 |byte 5 |byte 6 |byte 7 |
+-------+-------+-------+-------+-------+-------+-------+-------+
-----------------------------64 bits-----------------------------
HYPER INTEGER
UNSIGNED HYPER INTEGER
|
class |
XdrString |
class |
XdrUnsignedInteger
Xdr Unsigned Integer type from RFC 4506
An XDR unsigned integer is a 32-bit datum that encodes
a non-negative integer in the range [0,4294967295].
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.