Uses of Class
org.bouncycastle.asn1.x500.AttributeTypeAndValue
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x500 | |
| org.bouncycastle.asn1.x500.style |
-
Uses of AttributeTypeAndValue in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return AttributeTypeAndValue Modifier and Type Method Description AttributeTypeAndValueRDN. getFirst()static AttributeTypeAndValueAttributeTypeAndValue. getInstance(Object o)AttributeTypeAndValue[]RDN. getTypesAndValues()Methods in org.bouncycastle.asn1.x500 with parameters of type AttributeTypeAndValue Modifier and Type Method Description X500NameBuilderX500NameBuilder. addMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs)X500NameBuilderX500NameBuilder. addRDN(AttributeTypeAndValue attrTAndV)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 voidIETFUtils. appendTypeAndValue(StringBuffer buf, AttributeTypeAndValue typeAndValue, Hashtable oidSymbols)