Class X509AttributeName
java.lang.Object
org.mozilla.jss.netscape.security.x509.X509AttributeName
This class is used to parse attribute names like "x509.info.extensions".
- Version:
- 1.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEPARATOR
private static final char SEPARATOR- See Also:
-
prefix
-
suffix
-
-
Constructor Details
-
X509AttributeName
Default constructor for the class. Name is of the form "x509.info.extensions".- Parameters:
name
- the attribute name.
-
-
Method Details
-
getPrefix
Return the prefix of the name. -
getSuffix
Return the suffix of the name.
-