Uses of Enum
org.cryptacular.util.CertUtil.X500PrincipalFormat
Packages that use CertUtil.X500PrincipalFormat
-
Uses of CertUtil.X500PrincipalFormat in org.cryptacular.util
Methods in org.cryptacular.util that return CertUtil.X500PrincipalFormatModifier and TypeMethodDescriptionstatic CertUtil.X500PrincipalFormatReturns the enum constant of this type with the specified name.static CertUtil.X500PrincipalFormat[]CertUtil.X500PrincipalFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptacular.util with parameters of type CertUtil.X500PrincipalFormatModifier and TypeMethodDescriptionstatic StringCertUtil.subjectDN(X509Certificate cert, CertUtil.X500PrincipalFormat format) Retrieves the subject distinguished name (DN) of the provided X.509 certificate.