Uses of Class
org.bouncycastle.asn1.x500.AttributeTypeAndValue
-
Packages that use AttributeTypeAndValue Package Description org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x500.style A package of "style" templates for produce X.500 names and converting them to and from strings. -
-
Uses of AttributeTypeAndValue in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return AttributeTypeAndValue Modifier and Type Method Description AttributeTypeAndValue
RDN. getFirst()
static AttributeTypeAndValue
AttributeTypeAndValue. getInstance(java.lang.Object o)
AttributeTypeAndValue[]
RDN. getTypesAndValues()
Methods in org.bouncycastle.asn1.x500 with parameters of type AttributeTypeAndValue Modifier and Type Method Description X500NameBuilder
X500NameBuilder. addMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs)
Add an RDN based on the passed in AttributeTypeAndValues.X500NameBuilder
X500NameBuilder. addRDN(AttributeTypeAndValue attrTAndV)
Add an RDN based on the passed in AttributeTypeAndValue.Constructors in org.bouncycastle.asn1.x500 with parameters of type AttributeTypeAndValue Constructor Description RDN(AttributeTypeAndValue attrTAndV)
RDN(AttributeTypeAndValue[] aAndVs)
Create a multi-valued RDN. -
Uses of AttributeTypeAndValue in org.bouncycastle.asn1.x500.style
Methods in org.bouncycastle.asn1.x500.style with parameters of type AttributeTypeAndValue Modifier and Type Method Description static void
IETFUtils. appendTypeAndValue(java.lang.StringBuffer buf, AttributeTypeAndValue typeAndValue, java.util.Hashtable oidSymbols)
-