All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.x509.X509AttributeName

netscape.security.x509.X509AttributeName

public class X509AttributeName
This class is used to parse attribute names like "x509.info.extensions".


Constructor Index

 o X509AttributeName(String)
Default constructor for the class.

Method Index

 o getPrefix()
Return the prefix of the name.
 o getSuffix()
Return the suffix of the name.

Constructors

 o X509AttributeName
 public X509AttributeName(String name)
Default constructor for the class. Name is of the form "x509.info.extensions".

Parameters:
name - the attribute name.

Methods

 o getPrefix
 public String getPrefix()
Return the prefix of the name.

 o getSuffix
 public String getSuffix()
Return the suffix of the name.


All Packages  Class Hierarchy  This Package  Previous  Next  Index