org.solovyev.android.security.base64
Class ABase64StringDecoder

java.lang.Object
  extended by org.solovyev.android.security.base64.ABase64StringDecoder
All Implemented Interfaces:
org.solovyev.common.Converter<String,byte[]>

public class ABase64StringDecoder
extends Object
implements org.solovyev.common.Converter<String,byte[]>


Method Summary
 byte[] convert(String s)
           
static org.solovyev.common.Converter<String,byte[]> getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@Nonnull
public static org.solovyev.common.Converter<String,byte[]> getInstance()

convert

@Nonnull
public byte[] convert(@Nonnull
                              String s)
Specified by:
convert in interface org.solovyev.common.Converter<String,byte[]>


Copyright © 2013. All Rights Reserved.