Uses of Class
org.bouncycastle.asn1.x500.style.AbstractX500NameStyle
-
Packages that use AbstractX500NameStyle Package Description org.bouncycastle.asn1.x500.style A package of "style" templates for produce X.500 names and converting them to and from strings. -
-
Uses of AbstractX500NameStyle in org.bouncycastle.asn1.x500.style
Subclasses of AbstractX500NameStyle in org.bouncycastle.asn1.x500.style Modifier and Type Class Description class
BCStrictStyle
Variation of BCStyle that insists on strict ordering for equality and hashCode comparisonsclass
BCStyle
The default style, based on Bouncy Castle's orginal X509Name class.class
RFC4519Style
A style template that conforms specifically to RFC 4519.
-