| Package | Description |
|---|---|
| edu.internet2.middleware.morphString.apache.codec |
A small set of interfaces used by
the various implementations in the sub-packages.
|
| edu.internet2.middleware.morphString.apache.codec.binary |
Base64, Binary, and Hexadecimal String encoding and decoding.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryDecoder.decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object pObject)
Decodes an "encoded" Object and returns a "decoded"
Object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Base64.decode(Object pObject)
Decodes an Object using the base64 algorithm.
|
Copyright © 2016 Internet2. All rights reserved.