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".
-
X509AttributeName(String)
- Default constructor for the class.
-
getPrefix()
- Return the prefix of the name.
-
getSuffix()
- Return the suffix of the name.
X509AttributeName
public X509AttributeName(String name)
- Default constructor for the class. Name is of the form
"x509.info.extensions".
- Parameters:
- name - the attribute name.
getPrefix
public String getPrefix()
- Return the prefix of the name.
getSuffix
public String getSuffix()
- Return the suffix of the name.
All Packages Class Hierarchy This Package Previous Next Index