com.ibm.security12.sun.security.x509
Class X509AttributeName

java.lang.Object
  |
  +--com.ibm.security12.sun.security.x509.X509AttributeName

public class X509AttributeName
extends Object

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

Version:
1.5
Author:
Amit Kapoor, Hemma Prafullchandra

Constructor Summary
X509AttributeName(String name)
          Default constructor for the class.
 
Method Summary
 String getPrefix()
          Return the prefix of the name.
 String getSuffix()
          Return the suffix of the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509AttributeName

public X509AttributeName(String name)
Default constructor for the class. Name is of the form "x509.info.extensions".
Parameters:
name - the attribute name.
Method Detail

getPrefix

public String getPrefix()
Return the prefix of the name.

getSuffix

public String getSuffix()
Return the suffix of the name.