X500::RDN - handle X.500 RDNs, parse and format them |
X500::RDN - handle X.500 RDNs (Relative Distinguished Names), parse and format them
use X500::RDN;
my $rdn = new X500::RDN ('c'=>'DE'); my $c = $rdn->getAttributeValue ('c');
This module handles X.500 RDNs (Relative Distinguished Names). This is a supporting module for X500::DN.
None.
Robert Joop <yaph-070708@timesink.de>
Copyright 2002 Robert Joop. All Rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
the X500::DN manpage, the perl manpage.
X500::RDN - handle X.500 RDNs, parse and format them |