Class VOMSBase64Decoder


  • public class VOMSBase64Decoder
    extends java.lang.Object
    This class implements a decoder for the non-standard Base-64 algorithm used by voms.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static byte[] decodemapbyte  
      private static int[] decodemapint  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(java.lang.String s)  
      private static byte[] mydecode​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • decodemapint

        private static int[] decodemapint
      • decodemapbyte

        private static byte[] decodemapbyte
    • Constructor Detail

      • VOMSBase64Decoder

        public VOMSBase64Decoder()
    • Method Detail

      • decode

        public static byte[] decode​(java.lang.String s)
      • mydecode

        private static byte[] mydecode​(java.lang.String s)