Java org.bouncycastle.asn1.x500 X500NameBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x500 X500NameBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x500 X500NameBuilder.

The text is from its open source code.

Constructor

X500NameBuilder(X500NameStyle template)
Constructor using a specified style.
X500NameBuilder()
Constructor using the default style (BCStyle).

Method

X500NameBuilderaddMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs)
Add an RDN based on the passed in AttributeTypeAndValues.
X500NameBuilderaddRDN(ASN1ObjectIdentifier oid, String value)
Add an RDN based on a single OID and a string representation of its value.
X500NameBuilderaddRDN(ASN1ObjectIdentifier oid, ASN1Encodable value)
Add an RDN based on a single OID and an ASN.1 value.
X500NameBuilderaddRDN(AttributeTypeAndValue attrTAndV)
Add an RDN based on the passed in AttributeTypeAndValue.
X500Namebuild()
Build an X.500 name for the current builder state.