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[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data
as a byte array.
|
Object |
Encoder.encode(Object pObject)
Encodes an "Object" and returns the encoded content
as an Object.
|
Modifier and Type | Method and Description |
---|---|
Object |
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm.
|
Copyright © 2016 Internet2. All rights reserved.