X500::RDN - handle X.500 RDNs, parse and format them


NAME

X500::RDN - handle X.500 RDNs (Relative Distinguished Names), parse and format them


SYNOPSIS

  use X500::RDN;
  my $rdn = new X500::RDN ('c'=>'DE');
  my $c = $rdn->getAttributeValue ('c');


DESCRIPTION

This module handles X.500 RDNs (Relative Distinguished Names). This is a supporting module for X500::DN.

Methods

EXPORT

None.


BUGS


AUTHOR

Robert Joop <yaph-070708@timesink.de>


COPYRIGHT

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.


SEE ALSO

the X500::DN manpage, the perl manpage.

 X500::RDN - handle X.500 RDNs, parse and format them