Uses of Class
org.bouncycastle.asn1.x500.AttributeTypeAndValue
Packages that use AttributeTypeAndValue
-
Uses of AttributeTypeAndValue in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return AttributeTypeAndValueModifier and TypeMethodDescriptionRDN.getFirst()static AttributeTypeAndValueAttributeTypeAndValue.getInstance(Object o) RDN.getTypesAndValues()Methods in org.bouncycastle.asn1.x500 with parameters of type AttributeTypeAndValueModifier and TypeMethodDescriptionX500NameBuilder.addMultiValuedRDN(AttributeTypeAndValue[] attrTAndVs) Add an RDN based on the passed in AttributeTypeAndValues.X500NameBuilder.addRDN(AttributeTypeAndValue attrTAndV) Add an RDN based on the passed in AttributeTypeAndValue.Constructors in org.bouncycastle.asn1.x500 with parameters of type AttributeTypeAndValueModifierConstructorDescriptionRDN(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 AttributeTypeAndValueModifier and TypeMethodDescriptionstatic voidIETFUtils.appendTypeAndValue(StringBuffer buf, AttributeTypeAndValue typeAndValue, Hashtable oidSymbols)