Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

x500::rdn(3) [suse man page]

RDN(3)							User Contributed Perl Documentation						    RDN(3)

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 o $object = new X500::RDN ('type'=>'value', 'type'=>'value', ...); Creates an RDN object from argument pairs, each pair an attribute type and value. With more than one pair as arguments, you will get a multi-valued RDN. o $object->isMultivalued(); Returns whether the RDN is multi-valued. o $object->getAttributeTypes(); Returns the RDN's attribute types, a list of strings. o $object->getAttributeValue (type); Returns the RDN attribute's value. o $object->getRFC2253String(); Returns the RDN as a string formatted according to RFC 2253 syntax. o $object->getX500String(); Returns the RDN as a string formatted according to X.500 syntax. NOTE: This is a hack, there is no definition for a X.500 string syntax!? o $object->getOpenSSLString(); Returns the RDN as a string formatted according to one of openssl's syntaxes. Croaks on multi-valued RDNs. 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
X500::DN, perl. perl v5.12.1 2007-07-08 RDN(3)

Check Out this Related Man Page

RDN(3pm)						User Contributed Perl Documentation						  RDN(3pm)

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 o $object = new X500::RDN ('type'=>'value', 'type'=>'value', ...); Creates an RDN object from argument pairs, each pair an attribute type and value. With more than one pair as arguments, you will get a multi-valued RDN. o $object->isMultivalued(); Returns whether the RDN is multi-valued. o $object->getAttributeTypes(); Returns the RDN's attribute types, a list of strings. o $object->getAttributeValue (type); Returns the RDN attribute's value. o $object->getRFC2253String(); Returns the RDN as a string formatted according to RFC 2253 syntax. o $object->getX500String(); Returns the RDN as a string formatted according to X.500 syntax. NOTE: This is a hack, there is no definition for a X.500 string syntax!? o $object->getOpenSSLString(); Returns the RDN as a string formatted according to one of openssl's syntaxes. Croaks on multi-valued RDNs. 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
X500::DN, perl. perl v5.10.0 2007-07-08 RDN(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File modification

Dear all, i have a file which contains this lines. 0-0 CC=1 0-01 0-011 0-0111 0-01110 F=500 CC=1 L=15 M=5 TRD=3948... (2 Replies)
Discussion started by: panknil
2 Replies

2. Shell Programming and Scripting

Searching for exact match in a string ??

Hi I have a string of the form XY_X1998.10.500. I want to check in a script that the middle part is always 10. How to achieve this? e.g the input can be XY_X1998.20.500 OR XY_X1998.50.500 OR XY_X1998.10.500. I have to print Yes everytime the middle value is 10 and NO when the middle... (2 Replies)
Discussion started by: skyineyes
2 Replies

3. UNIX for Dummies Questions & Answers

Update a particular line in a file

Hii to all.. I have a file stud.lst bash-3.1$ cat stud.lst NO NMAE DOB 10 +2 BE AVG 075 syam saksena 12/12/55 500 398 550 48.26 099 sachin 11/05/47 450 500 600 51.66 300 mohan kumar 19/04/43 500 600 700 60.00 100 john 12/12/52 800 750 700 75.00 125... (2 Replies)
Discussion started by: krishnampkkm
2 Replies