org.jasypt.contrib.org.apache.commons.codec_1_3
Interface BinaryEncoder

All Superinterfaces:
Encoder
All Known Implementing Classes:
Base64

public interface BinaryEncoder
extends Encoder

Defines common encoding methods for byte array encoders.

Author:
Apache Software Foundation

Method Summary
 byte[] encode(byte[] pArray)
          Encodes a byte array and return the encoded data as a byte array.
 
Methods inherited from interface org.jasypt.contrib.org.apache.commons.codec_1_3.Encoder
encode
 

Method Detail

encode

byte[] encode(byte[] pArray)
              throws EncoderException
Encodes a byte array and return the encoded data as a byte array.

Parameters:
pArray - Data to be encoded
Returns:
A byte array containing the encoded data
Throws:
EncoderException - thrown if the Encoder encounters a failure condition during the encoding process.


Copyright © 2010 The JASYPT team. All Rights Reserved.