1VOMS::Lite::Base64(3) User Contributed Perl DocumentationVOMS::Lite::Base64(3)
2
3
4

NAME

6       VOMS::Lite::VOMS - Perl extension for gLite VOMS server interaction
7

SYNOPSIS

9         use VOMS::Lite::Base64;
10
11         $Base64Data = VOMS::Lite::Base64::Encode( $Data, $Encoding );
12         $Data = VOMS::Lite::Base64::Decode( $Base64Data, $Encoding );
13

DESCRIPTION

15         $Encoding can be VOMS, RFC3548 or RFC3548URL.
16
17         By default RFC3548 is used.
18
19   EXPORT
20       None.
21

Also See

23       https://twiki.cnaf.infn.it/cgi-bin/twiki/view/VOMS/VOMSProtocol
24       http://glite.cvs.cern.ch/cgi-bin/glite.cgi/org.glite.security.voms
25
26       RFC3548 for Base64 encoding
27
28       This module was originally designed for the JISC funded SARoNGS project
29       at developed at The University of Manchester.
30       http://www.rcs.manchester.ac.uk/projects/sarongs/
31

AUTHOR

33       Mike Jones <mike.jones@manchester.ac.uk>
34
36       Copyright (C) 2010 by Mike Jones
37
38       This library is free software; you can redistribute it and/or modify it
39       under the same terms as Perl itself, either Perl version 5.8.3 or, at
40       your option, any later version of Perl 5 you may have available.
41
42
43
44perl v5.30.0                      2019-07-26             VOMS::Lite::Base64(3)
Impressum