public class OIDTokenizer extends Object
Constructor and Description |
---|
OIDTokenizer(String oid)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreTokens()
Return whether or not there are more tokens in this tokenizer.
|
String |
nextToken()
Return the next token in the underlying String.
|
public OIDTokenizer(String oid)
oid
- the string representation of the OID.public boolean hasMoreTokens()
public String nextToken()
Copyright © 2018 BouncyCastle.org. All rights reserved.