|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.x500.X500NameBuilder
A builder class for making X.500 Name objects.
| Constructor Summary | |
X500NameBuilder()
Constructor using the default style (BCStyle). |
|
X500NameBuilder(X500NameStyle template)
Constructor using a specified style. |
|
| Method Summary | |
X500NameBuilder |
addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
ASN1Encodable[] values)
Add a multi-valued RDN made up of the passed in OIDs and associated ASN.1 values. |
X500NameBuilder |
addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
java.lang.String[] values)
Add a multi-valued RDN made up of the passed in OIDs and associated string values. |
X500NameBuilder |
addMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs)
Add an RDN based on the passed in AttributeTypeAndValues. |
X500NameBuilder |
addRDN(ASN1ObjectIdentifier oid,
ASN1Encodable value)
Add an RDN based on a single OID and an ASN.1 value. |
X500NameBuilder |
addRDN(ASN1ObjectIdentifier oid,
java.lang.String value)
Add an RDN based on a single OID and a string representation of its value. |
X500NameBuilder |
addRDN(AttributeTypeAndValue attrTAndV)
Add an RDN based on the passed in AttributeTypeAndValue. |
X500Name |
build()
Build an X.500 name for the current builder state. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public X500NameBuilder()
public X500NameBuilder(X500NameStyle template)
template - the style template for string to DN conversion.| Method Detail |
public X500NameBuilder addRDN(ASN1ObjectIdentifier oid,
java.lang.String value)
oid - the OID for this RDN.value - the string representation of the value the OID refers to.
public X500NameBuilder addRDN(ASN1ObjectIdentifier oid,
ASN1Encodable value)
oid - the OID for this RDN.value - the ASN.1 value the OID refers to.
public X500NameBuilder addRDN(AttributeTypeAndValue attrTAndV)
attrTAndV - the AttributeTypeAndValue to build the RDN from.
public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
java.lang.String[] values)
oids - the OIDs making up the RDN.values - the string representation of the values the OIDs refer to.
public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids,
ASN1Encodable[] values)
oids - the OIDs making up the RDN.values - the ASN.1 values the OIDs refer to.
public X500NameBuilder addMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs)
attrTAndVs - the AttributeTypeAndValues to build the RDN from.
public X500Name build()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||