Example usage for org.bouncycastle.asn1.x500.style BCStyle subclass-usage

List of usage examples for org.bouncycastle.asn1.x500.style BCStyle subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.asn1.x500.style BCStyle subclass-usage.

Usage

From source file net.sf.keystore_explorer.crypto.x509.KseX500NameStyle.java

/**
 * X.500 name style. Supports the same DN components as the BC versions but
 * implements the reverse ordering of DN components as the RFC 4519 style.
 *
 */
public class KseX500NameStyle extends BCStyle {

From source file org.cesecore.util.CeSecoreNameStyle.java

/**
 * 
 * @version $Id: CeSecoreNameStyle.java 20353 2014-11-28 14:33:47Z anatom $
 *
 */
public class CeSecoreNameStyle extends BCStyle {

From source file org.ejbca.util.LdapNameStyle.java

/**
 * Name style used for parsing and building DNs for use with LDAP. 
 * Used by LdapTools and LdapPublisher
 * 
 * @version $Id: LdapNameStyle.java 19901 2014-09-30 14:29:38Z anatom $
 */

From source file org.kse.crypto.x509.KseX500NameStyle.java

/**
 * X.500 name style. Supports the same DN components as the BC versions but
 * implements the reverse ordering of DN components as the RFC 4519 style.
 *
 */
public class KseX500NameStyle extends BCStyle {