org.eclipse.higgins.sts.spi
Interface IBase64Extension
- All Superinterfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponent
- public interface IBase64Extension
- extends org.eclipse.higgins.configuration.api.IConfigurableComponent
- Author:
- mikemci
| Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent |
configure |
encode
public String encode(byte[] byteData)
throws Exception
- Throws:
Exception
encode
public String encode(BigInteger biData)
throws Exception
- Throws:
Exception
decode
public byte[] decode(String strData)
throws Exception
- Throws:
Exception