public class OIDTokenizer
extends java.lang.Object
| Constructor and Description |
|---|
OIDTokenizer(java.lang.String oid)
Deprecated.
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreTokens()
Deprecated.
Return whether or not there are more tokens in this tokenizer.
|
java.lang.String |
nextToken()
Deprecated.
Return the next token in the underlying String.
|
public OIDTokenizer(java.lang.String oid)
oid - the string representation of the OID.public boolean hasMoreTokens()
public java.lang.String nextToken()