Package org.bouncycastle.asn1.x500.style
A package of "style" templates for produce X.500 names and converting them to and from strings.
-
Class Summary 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 comparisonsBCStyle 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.