Class X509AttributeName
- java.lang.Object
-
- org.mozilla.jss.netscape.security.x509.X509AttributeName
-
public class X509AttributeName extends java.lang.ObjectThis class is used to parse attribute names like "x509.info.extensions".
-
-
Constructor Summary
Constructors Constructor Description X509AttributeName(java.lang.String name)Default constructor for the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPrefix()Return the prefix of the name.java.lang.StringgetSuffix()Return the suffix of the name.
-