| Package | Description |
|---|---|
| org.apache.kerby.xdr.type |
| Class and Description |
|---|
| AbstractXdrType
The abstract XDR type for all the XDR types.
|
| XdrBoolean
Xdr Boolean type from RFC 4506
Boolean type has the same representation as signed integers.
|
| XdrSimple
Xdr simple type, of single value other than complex type of multiple values.
|
| XdrStructType
For collection type that may consist of dataTypeged fields
|
| XdrType
The ASN1 type interface for all ASN1 types.
|
| XdrUnion
A discriminated union is a type composed of a discriminant followed
by a type selected from a set of prearranged types according to the
value of the discriminant.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.