NAME
VOMS::Lite::VOMS - Perl extension for gLite VOMS server interaction
SYNOPSIS
use VOMS::Lite::Base64;
$Base64Data = VOMS::Lite::Base64::Encode( $Data, $Encoding );
$Data = VOMS::Lite::Base64::Decode( $Base64Data, $Encoding );
DESCRIPTION
$Encoding can be VOMS, RFC3548 or RFC3548URL.
By default RFC3548 is used.
EXPORT
None.
Also See
https://twiki.cnaf.infn.it/cgi-bin/twiki/view/VOMS/VOMSProtocol http://glite.cvs.cern.ch/cgi-bin/glite.cgi/org.glite.security.voms
RFC3548 for Base64 encoding
This module was originally designed for the JISC funded SARoNGS project at developed at The University of Manchester. http://www.rcs.manchester.ac.uk/projects/sarongs/
AUTHOR
Mike Jones <mike.jones@manchester.ac.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Mike Jones
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.