|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.OIDTokenizer
Class for breaking up an OID into it's component tokens, ala java.util.StringTokenizer. We need this class as some of the lightweight Java environment don't support classes like StringTokenizer.
| Constructor Summary | |
OIDTokenizer(java.lang.String oid)
Base constructor. |
|
| Method Summary | |
boolean |
hasMoreTokens()
Return whether or not there are more tokens in this tokenizer. |
java.lang.String |
nextToken()
Return the next token in the underlying String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OIDTokenizer(java.lang.String oid)
oid - the string representation of the OID.| Method Detail |
public boolean hasMoreTokens()
public java.lang.String nextToken()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||