public class

X509AttributeName

extends Object
java.lang.Object
   ↳ sun.security.x509.X509AttributeName

Class Overview

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

Summary

Public Constructors
X509AttributeName(String name)
Default constructor for the class.
Public Methods
String getPrefix()
Return the prefix of the name.
String getSuffix()
Return the suffix of the name.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public X509AttributeName (String name)

Default constructor for the class. Name is of the form "x509.info.extensions".

Parameters
name the attribute name.

Public Methods

public String getPrefix ()

Return the prefix of the name.

public String getSuffix ()

Return the suffix of the name.