| 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 |
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–2017 The Apache Software Foundation. All rights reserved.