| |
|
| java.lang.Object sun.security.x509.X509AttributeName
X509AttributeName | public class X509AttributeName (Code) | | This class is used to parse attribute names like "x509.info.extensions".
author: Amit Kapoor author: Hemma Prafullchandra version: 1.8 |
X509AttributeName | public X509AttributeName(String name)(Code) | | Default constructor for the class. Name is of the form
"x509.info.extensions".
Parameters: name - the attribute name. |
getPrefix | public String getPrefix()(Code) | | Return the prefix of the name.
|
getSuffix | public String getSuffix()(Code) | | Return the suffix of the name.
|
|
|
|