Class VOMSBase64Decoder


  • public class VOMSBase64Decoder
    extends java.lang.Object
    This class implements a decoder for the non-standard Base-64 algorithm used by voms.
    Author:
    Gidon Moont, Vincenzo Ciaschini
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(java.lang.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​(java.lang.String s)