Table of Contents

Class CertificateInfo.X509NameTokenizer

Namespace
iText.Signatures
Assembly
itext.sign.dll

Class for breaking up an X500 Name into it's component tokens, similar to iText.Commons.Utils.StringTokenizer.

public class CertificateInfo.X509NameTokenizer
Inheritance
CertificateInfo.X509NameTokenizer
Inherited Members

Remarks

Class for breaking up an X500 Name into it's component tokens, similar to iText.Commons.Utils.StringTokenizer. We need this class as some of the lightweight Java environments don't support classes such as StringTokenizer.

Constructors

X509NameTokenizer(string)

Creates an X509NameTokenizer.

public X509NameTokenizer(string oid)

Parameters

oid string

the oid that needs to be parsed

Methods

HasMoreTokens()

Checks if the tokenizer has any tokens left.

public virtual bool HasMoreTokens()

Returns

bool

true if there are any tokens left, false if there aren't

NextToken()

Returns the next token.

public virtual string NextToken()

Returns

string

the next token