org.italiangrid.voms.util
Class VOMSBase64Decoder

java.lang.Object
  extended by org.italiangrid.voms.util.VOMSBase64Decoder

public class VOMSBase64Decoder
extends Object

This class implements a decoder for the non-standard Base-64 algorithm used by voms.

Author:
Gidon Moont, Vincenzo Ciaschini

Constructor Summary
VOMSBase64Decoder()
           
 
Method Summary
static byte[] decode(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VOMSBase64Decoder

public VOMSBase64Decoder()
Method Detail

decode

public static byte[] decode(String s)


Copyright © 2013. All Rights Reserved.