See: Description
| Class | Description |
|---|---|
| AbstractX500NameStyle |
This class provides some default behavior and common implementation for a
X500NameStyle.
|
| BCStrictStyle |
Variation of BCStyle that insists on strict ordering for equality
and hashCode comparisons
|
| BCStyle |
The default style, based on Bouncy Castle's orginal X509Name class.
|
| IETFUtils |
Utility classes that attempt to conform to the practices given in the RFCs published by the IETF.
|
| RFC4519Style |
A style template that conforms specifically to RFC 4519.
|
| X500NameTokenizer |
Class for breaking up an X500 Name into it's component tokens, ala
java.util.StringTokenizer.
|