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

Method Summary
 byte[] decode(String strData)
           
 String encode(BigInteger biData)
           
 String encode(byte[] byteData)
           
 
Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent
configure
 

Method Detail

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