Uses of Class
org.bouncycastle.asn1.x500.AttributeTypeAndValue
Packages that use AttributeTypeAndValue
Package
Description
The base classes for defining an X.500 name.
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 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)