org.polyglotted.crypto
Class AlgoConverter

java.lang.Object
  extended by org.polyglotted.crypto.AlgoConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<org.polyglotted.crypto.Algo>

public class AlgoConverter
extends Object
implements com.beust.jcommander.IStringConverter<org.polyglotted.crypto.Algo>


Constructor Summary
AlgoConverter()
           
 
Method Summary
 org.polyglotted.crypto.Algo convert(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgoConverter

public AlgoConverter()
Method Detail

convert

public org.polyglotted.crypto.Algo convert(String value)
Specified by:
convert in interface com.beust.jcommander.IStringConverter<org.polyglotted.crypto.Algo>


Copyright © 2012-2013 Polyglotted Org. All Rights Reserved.