Uses of Interface
org.bouncycastle.asn1.x500.X500NameStyle
Packages that use X500NameStyle
Package
Description
-
Uses of X500NameStyle in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return X500NameStyleModifier and TypeMethodDescriptionstatic X500NameStyleX500Name.getDefaultStyle()Return the current default style.Methods in org.bouncycastle.asn1.x500 with parameters of type X500NameStyleModifier and TypeMethodDescriptionstatic X500NameX500Name.getInstance(X500NameStyle style, Object obj) static voidX500Name.setDefaultStyle(X500NameStyle style) Set the default style for X500Name construction.Constructors in org.bouncycastle.asn1.x500 with parameters of type X500NameStyleModifierConstructorDescriptionX500Name(X500NameStyle style, String dirName) X500Name(X500NameStyle style, RDN[] rDNs) X500Name(X500NameStyle style, X500Name name) Deprecated.use the getInstance() method that takes a style.X500NameBuilder(X500NameStyle template) Constructor using a specified style. -
Uses of X500NameStyle in org.bouncycastle.asn1.x500.style
Classes in org.bouncycastle.asn1.x500.style that implement X500NameStyleModifier and TypeClassDescriptionclassThis class provides some default behavior and common implementation for a X500NameStyle.classVariation of BCStyle that insists on strict ordering for equality and hashCode comparisonsclassclassFields in org.bouncycastle.asn1.x500.style declared as X500NameStyleModifier and TypeFieldDescriptionstatic final X500NameStyleBCStrictStyle.INSTANCEstatic final X500NameStyleBCStyle.INSTANCESingleton instance.static final X500NameStyleRFC4519Style.INSTANCESingleton instance.Methods in org.bouncycastle.asn1.x500.style with parameters of type X500NameStyleModifier and TypeMethodDescriptionstatic RDN[]IETFUtils.rDNsFromString(String name, X500NameStyle x500Style) -
Uses of X500NameStyle in org.bouncycastle.cert.jcajce
Methods in org.bouncycastle.cert.jcajce with parameters of type X500NameStyleModifier and TypeMethodDescriptionstatic X500NameJcaX500NameUtil.getIssuer(X500NameStyle style, X509Certificate certificate) static X500NameJcaX500NameUtil.getSubject(X500NameStyle style, X509Certificate certificate) static X500NameJcaX500NameUtil.getX500Name(X500NameStyle style, X500Principal principal)