edu.vt.middleware.crypt.util
Class Base64Converter
java.lang.Object
edu.vt.middleware.crypt.util.AbstractEncodingConverter
edu.vt.middleware.crypt.util.Base64Converter
- All Implemented Interfaces:
- Converter
public class Base64Converter
- extends AbstractEncodingConverter
Converts bytes to base-64 encoded strings and vice versa.
- Version:
- $Revision: 170 $
- Author:
- Middleware Services
|
Method Summary |
protected org.bouncycastle.util.encoders.Encoder |
getEncoder()
Gets the encoder instance that does the work of byte-char/char-byte
encoding. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64Converter
public Base64Converter()
getEncoder
protected org.bouncycastle.util.encoders.Encoder getEncoder()
- Gets the encoder instance that does the work of byte-char/char-byte
encoding.
- Specified by:
getEncoder in class AbstractEncodingConverter
- Returns:
- Encoder instance.
Copyright © 2003-2011 Virginia Tech. All Rights Reserved.